From 3295866fad4b63dc8b937dc5b5aa481af22db2c3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Jul 2009 00:01:03 +0000 Subject: - Patch #523034 by jhodgdon: better documentation for theme_fieldset. --- includes/form.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index e4831d88e..967c3db7f 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 */ -- cgit v1.2.3