Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2369,7 +2369,7 @@ |
2370 | 2370 | * @param mixed $title Title object or string. May be interwiki. |
2371 | 2371 | * @param mixed $time Requested time for an archived image, or false for the |
2372 | 2372 | * current version. An image object will be returned which |
2373 | | - * existed at the specified time. |
| 2373 | + * was created at the specified time. |
2374 | 2374 | * @return File, or false if the file does not exist |
2375 | 2375 | */ |
2376 | 2376 | function wfFindFile( $title, $time = false ) { |