X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTags.php;h=e0637ff7313f5584101003604e3bafbd722eb056;hb=27fad304dff43703c40ec93970aaa8760677491b;hp=f97c1b2ae8547ec77bd2d17c1c6593807efa1ddf;hpb=4c5214f27f722b9b3c54b68a7e9d72a60915e053;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index f97c1b2ae8..e0637ff731 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -162,7 +162,7 @@ class ApiQueryTags extends ApiQueryBase { 'prop' => array( 'Which properties to get', ' name - Adds name of tag', - ' displayname - Adds system messsage for the tag', + ' displayname - Adds system message for the tag', ' description - Adds description of the tag', ' hitcount - Adds the amount of revisions that have this tag', ), @@ -195,8 +195,4 @@ class ApiQueryTags extends ApiQueryBase { 'api.php?action=query&list=tags&tgprop=displayname|description|hitcount' ); } - - public function getVersion() { - return __CLASS__ . ': $Id$'; - } }