From 65c32390e900b0275637cff0e80fde6750c7e50a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 26 Sep 2004 13:41:21 +0000 Subject: [PATCH] comments --- includes/Setup.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/includes/Setup.php b/includes/Setup.php index 0c2fdbf6bc..adea16a094 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -208,10 +208,9 @@ $wgLoadBalancer->loadMasterPos(); wfProfileOut( $fname.'-database' ); wfProfileIn( $fname.'-User' ); -# 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 +# Skin setup functions +# Entries can be added to this variable during the inclusion +# of the extension file. Skins can then perform any necessary initialisation. foreach ( $wgSkinExtensionFunctions as $func ) { $func(); } @@ -351,7 +350,7 @@ $wgArticle = new Article($wgTitle); wfProfileOut( $fname.'-misc2' ); wfProfileIn( $fname.'-extensions' ); -# Extension setup functions +# Extension setup functions for extensions other than skins # 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