diff options
author | David Rothstein <drothstein@gmail.com> | 2016-01-30 17:56:02 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2016-01-30 17:56:02 -0500 |
commit | 7126a14cbaa320f7250a4cd06b36d8b97c6e1c88 (patch) | |
tree | fa175860fdf95eb59b516b7b87e08d2c4516b095 | |
parent | b55c9f96de9073c8c5f07cc95c83b39d137187ca (diff) | |
download | brdo-7126a14cbaa320f7250a4cd06b36d8b97c6e1c88.tar.gz brdo-7126a14cbaa320f7250a4cd06b36d8b97c6e1c88.tar.bz2 |
Issue #2547691 by snehi, er.pushpinderrana, visabhishek, ipun.amin, edxxu, jhodgdon, cilefen, ttkaminski: Fix documentation typo regarding #theme_wrappers
-rw-r--r-- | includes/form.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc index f1691adf3..ca9b88fb3 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3385,9 +3385,12 @@ function form_process_container($element, &$form_state) { /** * Returns HTML to wrap child elements in a container. * - * Used for grouped form items. Can also be used as a #theme_wrapper for any + * Used for grouped form items. Can also be used as a theme wrapper for any * renderable element, to surround it with a <div> and add attributes such as - * classes or an HTML id. + * classes or an HTML ID. + * + * See the @link forms_api_reference.html Form API reference @endlink for more + * information on the #theme_wrappers render array property. * * @param $variables * An associative array containing: |