mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Remove getVersion from api module"
This commit is contained in:
commit
12e780c67a
|
@ -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