diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-18 16:39:24 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-18 16:39:24 -0700 |
commit | 93eb34d8d6bf7e56e2613b0fa17d19e303379368 (patch) | |
tree | 2cd06d465ce1ffa8a2dcd1bf2c241ff22faee8bf | |
parent | 98199d51b0d30ae8c3549b61d35c9c17cf56f42b (diff) | |
download | brdo-93eb34d8d6bf7e56e2613b0fa17d19e303379368.tar.gz brdo-93eb34d8d6bf7e56e2613b0fa17d19e303379368.tar.bz2 |
Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox
-rw-r--r-- | includes/form.inc | 2 |
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 */ |