Add a Skins category to Special:Version.
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 6 Dec 2010 08:37:34 +0000 (08:37 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 6 Dec 2010 08:37:34 +0000 (08:37 +0000)
includes/specials/SpecialVersion.php
languages/messages/MessagesEn.php

index a62c248..c53569d 100644 (file)
@@ -221,6 +221,7 @@ class SpecialVersion extends SpecialPage {
                                'parserhook' => wfMsg( 'version-parserhooks' ),
                                'variable' => wfMsg( 'version-variables' ),
                                'media' => wfMsg( 'version-mediahandlers' ),
+                               'skin' => wfMsg( 'version-skins' ),
                                'other' => wfMsg( 'version-other' ),
                        );
                        
index 78b10d7..1bad873 100644 (file)
@@ -4242,6 +4242,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 'version-specialpages'             => 'Special pages',
 'version-parserhooks'              => 'Parser hooks',
 'version-variables'                => 'Variables',
+'version-skins'                    => 'Skins',
 'version-other'                    => 'Other',
 'version-mediahandlers'            => 'Media handlers',
 'version-hooks'                    => 'Hooks',