Setup.php: Remove incorrect comment
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 23 Oct 2015 18:50:11 +0000 (20:50 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 23 Oct 2015 18:50:34 +0000 (20:50 +0200)
This is not true since $wgSkinExtensionFunctions was removed in r87487.

Change-Id: Ia2c75aa191516fa43272ed51789579cf7afd9e37

includes/Setup.php

index fbfef1f..0b6b018 100644 (file)
@@ -689,7 +689,7 @@ $wgTitle = null;
 Profiler::instance()->scopedProfileOut( $ps_globals );
 $ps_extensions = Profiler::instance()->scopedProfileIn( $fname . '-extensions' );
 
-// Extension setup functions for extensions other than skins
+// Extension setup functions
 // Entries should be added to this variable during the inclusion
 // of the extension file. This allows the extension to perform
 // any necessary initialisation in the fully initialised environment