Issue #2031755 by mpv: Fix documentation of theme_checkbox()
parent
55759622ac
commit
8889a5d168
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue