]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/api/ApiFormatBase.php
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / includes / api / ApiFormatBase.php
index 9d1dfbc12644b7578c839dad3b50f2d0287ee723..8b371652d87676150cce9b9c65c2c9ff9f84ab5a 100644 (file)
@@ -299,7 +299,7 @@ See <a href='http://www.mediawiki.org/wiki/API'>complete documentation</a>, or
        }
 
        public static function getBaseVersion() {
-               return __CLASS__ . ': $Id: ApiFormatBase.php 75970 2010-11-04 00:55:30Z reedy $';
+               return __CLASS__ . ': $Id$';
        }
 }
 
@@ -368,6 +368,6 @@ class ApiFormatFeedWrapper extends ApiFormatBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiFormatBase.php 75970 2010-11-04 00:55:30Z reedy $';
+               return __CLASS__ . ': $Id$';
        }
 }
\ No newline at end of file