X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/mediawiki.git/blobdiff_plain/ed929caf35b91662df31b9ee922286ddea5659cb..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/includes/api/ApiQueryImages.php diff --git a/includes/api/ApiQueryImages.php b/includes/api/ApiQueryImages.php index af2920c7..2fd183a3 100644 --- a/includes/api/ApiQueryImages.php +++ b/includes/api/ApiQueryImages.php @@ -166,6 +166,6 @@ class ApiQueryImages extends ApiQueryGeneratorBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryImages.php 73543 2010-09-22 16:50:09Z platonides $'; + return __CLASS__ . ': $Id$'; } }