diff --git a/includes/form.inc b/includes/form.inc index 512f4d731eeb4ea66e06cc09fd2bc98d850c3510..e1826226228ef437d599c60adf4ad2e78644ef7a 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.