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