Merge "Add API help url"

This commit is contained in:
jenkins-bot 2013-10-27 19:33:48 +00:00 committed by Gerrit Code Review
commit e7c90ecd5f

View file

@ -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';
}