Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -304,6 +304,9 @@ |
305 | 305 | # When you make changes to this configuration file, this will make |
306 | 306 | # sure that cached pages are cleared. |
307 | 307 | \$wgCacheEpoch = max( \$wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); |
| 308 | + |
| 309 | +# Enabled Extensions. Most extensions are enabled by including the base extension file here |
| 310 | +# but check specific extension documentation for more details |
308 | 311 | "; |
309 | 312 | } |
310 | 313 | |