From 45ee4e73524e1ee7899f9e11117a61a28c7eccc1 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 15 Apr 2014 20:22:41 +0200 Subject: [PATCH] Add @since to Skin::getAllowedSkins Follow-Up: I0b0fdfb5615c22aa876882c3ca344ebb1f10c4bd Change-Id: Ia14edc64c57bd8a9da0f2bda2d061d1a67aa0101 --- includes/Skin.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1