mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Remove getVersion from api module
This method is deprecated since 1.21, VE is marked to require 1.22. Change-Id: I67d30777fe0b2ebdacffcb2d6ca92275321c4e68
This commit is contained in:
parent
32446f3cb3
commit
dc4015455b
|
@ -573,10 +573,6 @@ class ApiVisualEditor extends ApiBase {
|
|||
return true;
|
||||
}
|
||||
|
||||
public function getVersion() {
|
||||
return __CLASS__ . ': $Id$';
|
||||
}
|
||||
|
||||
public function getParamDescription() {
|
||||
return array(
|
||||
'page' => 'The page to perform actions on.',
|
||||
|
|
Loading…
Reference in a new issue