Add a Antispam group to Special:Version... we have a lot of these kind of extensions...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 19 Dec 2010 01:20:01 +0000 (01:20 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 19 Dec 2010 01:20:01 +0000 (01:20 +0000)
includes/specials/SpecialVersion.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index c53569d..cf3c5fb 100644 (file)
@@ -221,6 +221,7 @@ class SpecialVersion extends SpecialPage {
                                'parserhook' => wfMsg( 'version-parserhooks' ),
                                'variable' => wfMsg( 'version-variables' ),
                                'media' => wfMsg( 'version-mediahandlers' ),
+                               'antispam' => wfMsg( 'version-antispam' ),
                                'skin' => wfMsg( 'version-skins' ),
                                'other' => wfMsg( 'version-other' ),
                        );
index d0e09a1..9b4b7d2 100644 (file)
@@ -4246,6 +4246,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 'version-specialpages'             => 'Special pages',
 'version-parserhooks'              => 'Parser hooks',
 'version-variables'                => 'Variables',
+'version-antispam'                 => 'Antispam',
 'version-skins'                    => 'Skins',
 'version-other'                    => 'Other',
 'version-mediahandlers'            => 'Media handlers',
index 616410b..e7a0745 100644 (file)
@@ -3144,6 +3144,7 @@ $wgMessageStructure = array(
                'version-specialpages',
                'version-parserhooks',
                'version-variables',
+               'version-antispam',
                'version-skins',
                'version-other',
                'version-mediahandlers',