From ea28f6b7d085d4ed77826065d75be67a342ae96a Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 22 Nov 2008 13:03:06 +0000 Subject: [PATCH] - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form(). --- includes/form.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index 512f4d731eeb..e1826226228e 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. -- GitLab