diff --git a/includes/form.inc b/includes/form.inc index 4e467bab3af0..6ca2a879be27 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 */