From: Bartosz DziewoƄski Date: Fri, 23 Oct 2015 18:50:11 +0000 (+0200) Subject: Setup.php: Remove incorrect comment X-Git-Tag: 1.31.0-rc.0~9280^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d2c5298a714fb78c1bd2b11931b6cdc30fcf48a8;p=lhc%2Fweb%2Fwiklou.git Setup.php: Remove incorrect comment This is not true since $wgSkinExtensionFunctions was removed in r87487. Change-Id: Ia2c75aa191516fa43272ed51789579cf7afd9e37 --- diff --git a/includes/Setup.php b/includes/Setup.php index fbfef1fb90..0b6b018015 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -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