diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-05-15 20:52:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-05-15 20:52:47 +0000 |
commit | f5ec45f26f2906f9bb8de2f61c9e0701827fd068 (patch) | |
tree | ffb6bd84260426b7ca98ca7d54d2a8df437a1aa3 | |
parent | a869831622ed7f2a5571ee6315e550f833b7781c (diff) | |
download | brdo-f5ec45f26f2906f9bb8de2f61c9e0701827fd068.tar.gz brdo-f5ec45f26f2906f9bb8de2f61c9e0701827fd068.tar.bz2 |
- Patch #63724 by zoo33: fixed documentation glitch.
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 92e29877c..ad28ddc05 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -948,7 +948,7 @@ function format_date($timestamp, $type = 'medium', $format = '', $timezone = NUL * Useful for links that will be displayed outside the site, such as in an * RSS feed. * @return - * an HTML string containing a link to the given path. + * a string containing a URL to the given path. * * When creating links in modules, consider whether l() could be a better * alternative than url(). |