Add API help URL to ApiLanguageSearch
Bug: T342632 Change-Id: I04ed5c5542365063929229e91f4f7e78f078f1d9
This commit is contained in:
committed by
jenkins-bot
parent
8a38906b8a
commit
31c7ca143c
@@ -69,4 +69,11 @@ class ApiLanguageSearch extends ApiBase {
|
|||||||
=> 'apihelp-languagesearch-example-3',
|
=> 'apihelp-languagesearch-example-3',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
public function getHelpUrls() {
|
||||||
|
return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Languagesearch';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user