added line expressly stating where the extensions are included
authorNimish Gautam <nimishg@users.mediawiki.org>
Wed, 15 Sep 2010 21:13:57 +0000 (21:13 +0000)
committerNimish Gautam <nimishg@users.mediawiki.org>
Wed, 15 Sep 2010 21:13:57 +0000 (21:13 +0000)
includes/installer/LocalSettingsGenerator.php

index 645aca1..1ddc700 100644 (file)
@@ -304,6 +304,9 @@ if ( \$wgCommandLineMode ) {
 # When you make changes to this configuration file, this will make
 # sure that cached pages are cleared.
 \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );
+
+# Enabled Extensions. Most extensions are enabled by including the base extension file here
+# but check specific extension documentation for more details
 ";
        }