X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTags.php;h=5b6088d59f6f6591eb51cd3979a72ed59553d165;hp=b30b82df1d93783505203a0c4ab87bf4d9749cea;hb=390f6411e09b404b910d7e6cf73ac621a26e0214;hpb=77e3624caba072521fbc1826af2d47f9b29f4032 diff --git a/includes/changetags/ChangeTags.php b/includes/changetags/ChangeTags.php index b30b82df1d..5b6088d59f 100644 --- a/includes/changetags/ChangeTags.php +++ b/includes/changetags/ChangeTags.php @@ -1295,20 +1295,9 @@ class ChangeTags { ); } - /** - * @see listSoftwareActivatedTags - * @deprecated since 1.28 call listSoftwareActivatedTags directly - * @return array - */ - public static function listExtensionActivatedTags() { - wfDeprecated( __METHOD__, '1.28' ); - return self::listSoftwareActivatedTags(); - } - /** * Basically lists defined tags which count even if they aren't applied to anything. - * It returns a union of the results of listExplicitlyDefinedTags() and - * listExtensionDefinedTags(). + * It returns a union of the results of listExplicitlyDefinedTags() * * @return string[] Array of strings: tags */ @@ -1385,18 +1374,6 @@ class ChangeTags { ); } - /** - * Call listSoftwareDefinedTags directly - * - * @see listSoftwareDefinedTags - * @deprecated since 1.28 - * @return array - */ - public static function listExtensionDefinedTags() { - wfDeprecated( __METHOD__, '1.28' ); - return self::listSoftwareDefinedTags(); - } - /** * Invalidates the short-term cache of defined tags used by the * list*DefinedTags functions, as well as the tag statistics cache.