From ea7e67e653ec55610213017383f3dec10d79d526 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 5 Apr 2008 15:54:05 +0000 Subject: [PATCH] And here... --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1