Revert r36346 - 'print.css' message default value not needed since it's not used...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 19:41:48 +0000 (19:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 19:41:48 +0000 (19:41 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 0229bc9..23bb65d 100644 (file)
@@ -2673,7 +2673,6 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
 'chick.css'       => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
 'simple.css'      => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
 'modern.css'      => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
-'print.css'       => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it
 
 # Scripts
 'common.js'      => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it
index 008a9b9..da23f94 100644 (file)
@@ -202,7 +202,6 @@ $wgOptionalMessages = array(
        'chick.css',
        'simple.css',
        'modern.css',
-       'print.css',
        'common.js',
        'standard.js',
        'nostalgia.js',
index 68f6a62..f8a78f6 100644 (file)
@@ -1891,7 +1891,6 @@ $wgMessageStructure = array(
                'chick.css',
                'simple.css',
                'modern.css',
-               'print.css',
        ),
        'scripts' => array(
                'common.js',