diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-08 16:20:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-08 16:20:09 +0000 |
commit | b9d8f023a0cf81445016b756c0da76cceee22749 (patch) | |
tree | 4855e32a346139a659721eb4b6bb2a587e4f2922 | |
parent | cbb45045744c0cba6b36afb8a16d113fa7def7e7 (diff) | |
download | brdo-b9d8f023a0cf81445016b756c0da76cceee22749.tar.gz brdo-b9d8f023a0cf81445016b756c0da76cceee22749.tar.bz2 |
- Patch #101738 by webchick: phpdoc improvement.
-rw-r--r-- | includes/theme.inc | 2 |
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. */ |