From: Aaron Schulz Date: Sat, 5 Apr 2008 15:54:05 +0000 (+0000) Subject: And here... X-Git-Tag: 1.31.0-rc.0~48607 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=ea7e67e653ec55610213017383f3dec10d79d526;p=lhc%2Fweb%2Fwiklou.git And here... --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 17dd351edd..c65c2fe005 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2369,7 +2369,7 @@ function &wfGetLBFactory() { * @param mixed $title Title object or string. May be interwiki. * @param mixed $time Requested time for an archived image, or false for the * current version. An image object will be returned which - * existed at the specified time. + * was created at the specified time. * @return File, or false if the file does not exist */ function wfFindFile( $title, $time = false ) {