Commented side effect of changing '$wgUseDatabaseMessages'.
authorNicholas Pisarro, Jr <npassoc@users.mediawiki.org>
Sun, 29 Feb 2004 12:54:03 +0000 (12:54 +0000)
committerNicholas Pisarro, Jr <npassoc@users.mediawiki.org>
Sun, 29 Feb 2004 12:54:03 +0000 (12:54 +0000)
includes/DefaultSettings.php

index 50fca9e..6084e06 100644 (file)
@@ -83,7 +83,7 @@ $wgMaxNameChars     = 32; # Maximum number of bytes in username
 
 # Translation using MediaWiki: namespace
 # This will increase load times by 25-60% unless memcached is installed
-$wgUseDatabaseMessages = true;
+$wgUseDatabaseMessages = true;         # Must be on to allow {{msg:...}} and {{subst:...} to work.
 $wgMsgCacheExpiry      = 86400;
 
 $wgExtraSubtitle       = "";