diff --git a/includes/form.inc b/includes/form.inc index e4831d88ec682aba31dae1c7484e8814d07c04ad..967c3db7f669c8787fd4f080087fd986beb514c6 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -1562,13 +1562,14 @@ function form_get_options($element, $key) { } /** - * Format a group of form items. + * Formats a group of items as an HTML fieldset element. * * @param $element * An associative array containing the properties of the element. - * Properties used: attributes, title, value, description, children, collapsible, collapsed + * Properties used: #attributes, #children, #collapsed, #collapsible, + * #description, #id, #title, #value. * @return - * A themed HTML string representing the form item group. + * A themed HTML string representing the group of items. * * @ingroup themeable */