diff options
-rw-r--r-- | includes/Skin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Skin.php b/includes/Skin.php index e6abdfb6fb70..d4608ffe17f2 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; |