From f13f569306bccb84f65c070dac173119f074a029 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sat, 22 Nov 2008 13:03:19 +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 5a2cd85d83ef..27f970f3fa26 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -589,8 +589,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