diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index c2495e222..8ee0a5a52 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -272,7 +272,8 @@ function drupal_get_form($form_id) { * form submission may be found in drupal_redirect_form(). * * @return - * The rendered form or NULL, depending upon the $form_state flags that were set. + * The rendered form. This function may also perform a redirect and hence may + * not return at all, depending upon the $form_state flags that were set. * * @see drupal_redirect_form() */ |