diff options
-rw-r--r-- | includes/theme.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index f0790159a..cbd632475 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -117,10 +117,10 @@ function path_to_theme() { } /** - @defgroup themeable Themeable Functions + @defgroup themeable Themeable functions @{ - Themeable Functions - functions that can be styled differently in themes. + Themeable functions - functions that can be styled differently in themes. @see theme @see theme.inc @@ -272,7 +272,7 @@ function theme_node($node, $main = 0, $page = 0) { } /** - Returns themed table. + Returns themed form element. @param $title the form element's title @param $value the form element's data |