summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-22 13:03:06 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-22 13:03:06 +0000
commitea28f6b7d085d4ed77826065d75be67a342ae96a (patch)
tree037dee538608611c7afac1f9550b79163e9a7974 /includes
parent3dbf9c1e1527ce4822c0e1e12e3ea8b2c2288fde (diff)
downloadbrdo-ea28f6b7d085d4ed77826065d75be67a342ae96a.tar.gz
brdo-ea28f6b7d085d4ed77826065d75be67a342ae96a.tar.bz2
- Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 512f4d731..e18262262 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -590,8 +590,7 @@ function drupal_validate_form($form_id, $form, &$form_state) {
* @param $form
* An associative array containing the structure of the form.
* @return
- * A string containing the path of the page to display when processing
- * is complete.
+ * A string containing the themed HTML.
*/
function drupal_render_form($form_id, &$form) {
// Don't override #theme if someone already set it.