diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-27 13:31:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-27 13:31:13 +0000 |
commit | 70fe2520bc3d9107311939676b0b1201e4b191f0 (patch) | |
tree | 26ff5c113fb8b4151b9dfad368825d78c5c9d85e | |
parent | a068d81a9de459b131ca64f72cc4dafc675e9833 (diff) | |
download | brdo-70fe2520bc3d9107311939676b0b1201e4b191f0.tar.gz brdo-70fe2520bc3d9107311939676b0b1201e4b191f0.tar.bz2 |
Fixed typo. Patch by Manuel.
-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 |