(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiCreateAccount.php
index 628f48e..0209fb1 100644 (file)
@@ -258,8 +258,4 @@ class ApiCreateAccount extends ApiBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Account creation';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }