Update doc: Image:: -> File::
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 15 Mar 2011 16:58:06 +0000 (16:58 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 15 Mar 2011 16:58:06 +0000 (16:58 +0000)
includes/Defines.php
includes/HTMLCacheUpdate.php

index de32a6b..94fcf03 100644 (file)
@@ -114,7 +114,7 @@ define( 'CACHE_DBA', 4 );        // Use PHP's DBA extension to store in a DBM-st
 
 /**@{
  * Media types.
- * This defines constants for the value returned by Image::getMediaType()
+ * This defines constants for the value returned by File::getMediaType()
  */
 define( 'MEDIATYPE_UNKNOWN',    'UNKNOWN' );     // unknown format
 define( 'MEDIATYPE_BITMAP',     'BITMAP' );      // some bitmap image or image source (like psd, etc). Can't scale up.
index d571d94..ca5fc2e 100644 (file)
@@ -18,7 +18,7 @@
  * batches, but of course LIMIT with an offset is inefficient on the DB side.
  *
  * The class is nevertheless a vast improvement on the previous method of using
- * Image::getLinksTo() and Title::touchArray(), which uses about 2KB of memory per
+ * File::getLinksTo() and Title::touchArray(), which uses about 2KB of memory per
  * link.
  *
  * @ingroup Cache