mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
Merge "Add API help url"
This commit is contained in:
commit
e7c90ecd5f
|
@ -119,6 +119,12 @@ class ApiThank extends ApiBase {
|
|||
return '';
|
||||
}
|
||||
|
||||
public function getHelpUrls() {
|
||||
return array(
|
||||
'https://www.mediawiki.org/wiki/Extension:Thanks#API_Documentation',
|
||||
);
|
||||
}
|
||||
|
||||
public function getVersion() {
|
||||
return __CLASS__ . '-1.0';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue