From 57cb1b8114c90188e901f5bf42394c408ea65163 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Jul 2010 02:44:03 +0000 Subject: - Patch #858076 by jhodgdon: confirm_form() param documentation should mention value elements. --- modules/system/system.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/system/system.module') 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 foo?"). The page title will be set to this value. -- cgit v1.2.3