From f5ec45f26f2906f9bb8de2f61c9e0701827fd068 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 15 May 2006 20:52:47 +0000 Subject: [PATCH] - Patch #63724 by zoo33: fixed documentation glitch. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index 92e29877c8d7..ad28ddc0534d 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(). -- GitLab