summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index ea9afbe15..63c322abd 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -3031,7 +3031,7 @@ function form_process_radios($element) {
* An associative array containing:
* - element: An associative array containing the properties of the element.
* Properties used: #title, #value, #return_value, #description, #required,
- * #attributes.
+ * #attributes, #checked.
*
* @ingroup themeable
*/