summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-01-30 09:13:55 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-01-30 09:13:55 -0800
commit8889a5d168b44c526cabf8130568f640dcb51a17 (patch)
tree882099523bd8ac11e53c4a61a34f97bee9d7a26b
parent55759622acba7428d789ad94cdd4eb981ce0210f (diff)
downloadbrdo-8889a5d168b44c526cabf8130568f640dcb51a17.tar.gz
brdo-8889a5d168b44c526cabf8130568f640dcb51a17.tar.bz2
Issue #2031755 by mpv: Fix documentation of theme_checkbox()
-rw-r--r--includes/form.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 4e467bab3..6ca2a879b 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -3065,8 +3065,7 @@ function form_process_radios($element) {
* @param $variables
* An associative array containing:
* - element: An associative array containing the properties of the element.
- * Properties used: #title, #value, #return_value, #description, #required,
- * #attributes, #checked.
+ * Properties used: #id, #name, #attributes, #checked, #return_value.
*
* @ingroup themeable
*/