diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 3 |
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. |