From: umherirrender Date: Tue, 15 Apr 2014 18:22:41 +0000 (+0200) Subject: Add @since to Skin::getAllowedSkins X-Git-Tag: 1.31.0-rc.0~16202 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=45ee4e73524e1ee7899f9e11117a61a28c7eccc1;p=lhc%2Fweb%2Fwiklou.git Add @since to Skin::getAllowedSkins Follow-Up: I0b0fdfb5615c22aa876882c3ca344ebb1f10c4bd Change-Id: Ia14edc64c57bd8a9da0f2bda2d061d1a67aa0101 --- diff --git a/includes/Skin.php b/includes/Skin.php index e6abdfb6fb..d4608ffe17 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -93,6 +93,7 @@ abstract class Skin extends ContextSource { * Useful for Special:Preferences and other places where you * only want to show skins users _can_ use. * @return string[] + * @since 1.23 */ public static function getAllowedSkins() { global $wgSkipSkins;