From d2c5298a714fb78c1bd2b11931b6cdc30fcf48a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 23 Oct 2015 20:50:11 +0200 Subject: [PATCH] Setup.php: Remove incorrect comment This is not true since $wgSkinExtensionFunctions was removed in r87487. Change-Id: Ia2c75aa191516fa43272ed51789579cf7afd9e37 --- includes/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1