(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryLangBacklinks.php
index d6346d3..7a4880a 100644 (file)
@@ -239,8 +239,4 @@ class ApiQueryLangBacklinks extends ApiQueryGeneratorBase {
                        'api.php?action=query&generator=langbacklinks&glbltitle=Test&glbllang=fr&prop=info'
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }