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
* 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
*/