Update comment about enabled extensions
authorharitha28 <haritha.h20@gmail.com>
Fri, 4 Sep 2015 13:28:43 +0000 (18:58 +0530)
committerSiebrand <siebrand@kitano.nl>
Tue, 13 Oct 2015 11:29:20 +0000 (11:29 +0000)
The comment message given in enabling the extensions
are based on for the earlier versions of mediawiki which
uses the requireonce() and as at present all the versions
since 1.25 uses wfLoadExtensions() the comment message
have been changed accordingly.

Bug: T100940
Change-Id: I915a4893cc2d89624c9d8dd6504d7dc8bf166cd9

includes/installer/LocalSettingsGenerator.php

index 7b1cfdc..137ab69 100644 (file)
@@ -153,8 +153,9 @@ class LocalSettingsGenerator {
 
                if ( count( $this->extensions ) ) {
                        $localSettings .= "
-# Enabled Extensions. Most extensions are enabled by including the base extension file here
-# but check specific extension documentation for more details
+# Enabled extensions. Most of the extensions are enabled by adding
+# wfLoadExtensions('ExtensionName');
+# to LocalSettings.php. Check specific extension documentation for more details.
 # The following extensions were automatically enabled:\n";
 
                        foreach ( $this->extensions as $extName ) {