From 8889a5d168b44c526cabf8130568f640dcb51a17 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 30 Jan 2014 09:13:55 -0800 Subject: Issue #2031755 by mpv: Fix documentation of theme_checkbox() --- includes/form.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 4e467bab3..6ca2a879b 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -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 */ -- cgit v1.2.3