(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryIWLinks.php
index 8e8a075..fc77b4e 100644 (file)
@@ -192,8 +192,4 @@ class ApiQueryIWLinks extends ApiQueryBase {
                        'api.php?action=query&prop=iwlinks&titles=Main%20Page' => 'Get interwiki links from the [[Main Page]]',
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }