X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=732df9a4edb1c3547c3fc7337acba974da8f8c60;hb=18062eb3b08905340da38d34586c10fdd2e60631;hp=22480c62b77747d9f68f3d1048feadccc2585127;hpb=efed0f97b8a4b4e9acceb069fdebf8af08d5f467;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 22480c62b7..732df9a4ed 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -194,4 +194,8 @@ class ApiQueryTags extends ApiQueryBase { 'api.php?action=query&list=tags&tgprop=displayname|description|hitcount' ); } + + public function getHelpUrls() { + return 'https://www.mediawiki.org/wiki/API:Tags'; + } }