(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiMove.php
index 9b70b56..bbf4089 100644 (file)
@@ -302,8 +302,4 @@ class ApiMove extends ApiBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Move';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }