Fixed comments in skins/*.deps.php, I expect that this is the good mail, the other...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 11 Mar 2008 16:29:29 +0000 (16:29 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 11 Mar 2008 16:29:29 +0000 (16:29 +0000)
skins/Chick.deps.php
skins/Modern.deps.php
skins/MonoBook.deps.php
skins/MySkin.deps.php
skins/Simple.deps.php

index e49e95e..a7cb084 100644 (file)
@@ -3,7 +3,7 @@
 // Chick.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
index 73adcb4..e76ab99 100644 (file)
@@ -1,13 +1,12 @@
 <?php
 // This file exists to ensure that base classes are preloaded before
-// Simple.php is compiled, working around a bug in the APC opcode
+// Modern.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
 
-require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
-require_once( dirname(__FILE__) . '/Modern.php' );
+require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php' );
 
index f53f174..dda24e0 100644 (file)
@@ -3,7 +3,7 @@
 // MonoBook.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
index 5e24906..b589cc5 100644 (file)
@@ -3,7 +3,7 @@
 // MySkin.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
index 7603f52..99fadc6 100644 (file)
@@ -3,7 +3,7 @@
 // Simple.php is compiled, working around a bug in the APC opcode
 // cache on PHP 5, where cached code can break if the include order
 // changed on a subsequent page view.
-// see http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
+// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html
 
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );