And here...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 5 Apr 2008 15:54:05 +0000 (15:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 5 Apr 2008 15:54:05 +0000 (15:54 +0000)
includes/GlobalFunctions.php

index 17dd351..c65c2fe 100644 (file)
@@ -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 ) {