diff options
-rw-r--r-- | modules/system/system.module | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 23ecb714f..033e0bdbe 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2653,7 +2653,9 @@ function _system_sort_requirements($a, $b) { * a function like check_plain() or filter_xss(). * * @param $form - * Additional elements to add to the form; for example, hidden elements. + * Additional elements to add to the form. These can be regular form elements, + * #value elements, etc., and their values will be available to the submit + * handler. * @param $question * The question to ask the user (e.g. "Are you sure you want to delete the * block <em>foo</em>?"). The page title will be set to this value. |