summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-26 02:44:03 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-26 02:44:03 +0000
commit57cb1b8114c90188e901f5bf42394c408ea65163 (patch)
treedab7b94357f646b902782236a0e570b6efef6d29 /modules
parent8a3098d0c14d7347da32aae8bb0175181ee7a383 (diff)
downloadbrdo-57cb1b8114c90188e901f5bf42394c408ea65163.tar.gz
brdo-57cb1b8114c90188e901f5bf42394c408ea65163.tar.bz2
- Patch #858076 by jhodgdon: confirm_form() param documentation should mention value elements.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module4
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.