r9558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9557‎ | r9558 | r9559 >
Date:03:13, 22 June 2005
Author:avar
Status:old
Tags:
Comment:
* Corrected comments
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -525,14 +525,11 @@
526526
527527 # Translation using MediaWiki: namespace
528528 # This will increase load times by 25-60% unless memcached is installed
529 -# Interface messages will be get from the database.
 529+# Interface messages will be loaded from the database.
530530 $wgUseDatabaseMessages = true;
531531 $wgMsgCacheExpiry = 86400;
532532
533 -# Whether to enable language variant conversion. Currently only zh
534 -# supports this function, to convert between Traditional and Simplified
535 -# Chinese. This flag is meant to isolate the (untested) conversion
536 -# code, so that if it breaks, only zh will be affected
 533+# Whether to enable language variant conversion.
537534 $wgDisableLangConversion = false;
538535
539536 # Use article validation feature; turned off by default

Status & tagging log