X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/mediawiki.git/blobdiff_plain/ed929caf35b91662df31b9ee922286ddea5659cb..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/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$'; } }