Issue #2031755 by mpv: Fix documentation of theme_checkbox()

merge-requests/26/head
Jennifer Hodgdon 2014-01-30 09:13:55 -08:00
parent 55759622ac
commit 8889a5d168
1 changed files with 1 additions and 2 deletions

View File

@ -3065,8 +3065,7 @@ function form_process_radios($element) {
* @param $variables * @param $variables
* An associative array containing: * An associative array containing:
* - element: An associative array containing the properties of the element. * - element: An associative array containing the properties of the element.
* Properties used: #title, #value, #return_value, #description, #required, * Properties used: #id, #name, #attributes, #checked, #return_value.
* #attributes, #checked.
* *
* @ingroup themeable * @ingroup themeable
*/ */