diff --git a/core/includes/form.inc b/core/includes/form.inc index 1e04c00..2b97a22 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -2816,8 +2816,8 @@ function form_get_options($element, $key) { * @param $variables * An associative array containing: * - element: An associative array containing the properties of the element. - * Properties used: #attributes, #children, #collapsed, - * #description, #id, #title, #value. + * Properties used: #attributes, #children, #collapsed, #description, #id, + * #title, #value. * * @ingroup themeable */ @@ -2862,8 +2862,8 @@ function theme_fieldset($variables) { * @param $variables * An associative array containing: * - element: An associative array containing the properties of the element. - * Properties used: #attributes, #children, #collapsed, - * #description, #id, #title, #value. + * Properties used: #attributes, #children, #collapsed, #description, #id, + * #title, #value. * * @ingroup themeable */