summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-08 16:20:09 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-08 16:20:09 +0000
commitb9d8f023a0cf81445016b756c0da76cceee22749 (patch)
tree4855e32a346139a659721eb4b6bb2a587e4f2922 /includes
parentcbb45045744c0cba6b36afb8a16d113fa7def7e7 (diff)
downloadbrdo-b9d8f023a0cf81445016b756c0da76cceee22749.tar.gz
brdo-b9d8f023a0cf81445016b756c0da76cceee22749.tar.bz2
- Patch #101738 by webchick: phpdoc improvement.
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index d6f282ff6..869241b44 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -964,7 +964,7 @@ function theme_feed_icon($url) {
* close of the body tag.
*
* @param $main (optional)
- *
+ * Whether the current page is the front page of the site.
* @return
* A string containing the results of the hook_footer() calls.
*/