X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/17c4e79776c4cf0a9dd84e889f9376bd7469c7da..d57edfddd6c01f0ed6b1a84019649cdf6cddd5f8:/includes/api/ApiQueryPageProps.php diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 894e812d..e6951cf4 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -145,6 +145,6 @@ class ApiQueryPageProps extends ApiQueryBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryPageProps.php 85211 2011-04-02 21:01:00Z demon $'; + return __CLASS__ . ': $Id$'; } }