Add @since to Skin::getAllowedSkins
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 15 Apr 2014 18:22:41 +0000 (20:22 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 16 Apr 2014 05:10:17 +0000 (05:10 +0000)
Follow-Up: I0b0fdfb5615c22aa876882c3ca344ebb1f10c4bd
Change-Id: Ia14edc64c57bd8a9da0f2bda2d061d1a67aa0101

includes/Skin.php

index e6abdfb..d4608ff 100644 (file)
@@ -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;