bring $wgCompressRevisions comment in line with post-1.4 behavior
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 29 Jun 2007 15:44:13 +0000 (15:44 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 29 Jun 2007 15:44:13 +0000 (15:44 +0000)
includes/DefaultSettings.php

index 1f7490a..e7d2979 100644 (file)
@@ -1488,7 +1488,7 @@ $wgAntiLockFlags = 0;
 $wgDiff3 = '/usr/bin/diff3';
 
 /**
- * We can also compress text in the old revisions table. If this is set on, old
+ * We can also compress text stored in the 'text' table. If this is set on, new
  * revisions will be compressed on page save if zlib support is available. Any
  * compressed revisions will be decompressed on load regardless of this setting
  * *but will not be readable at all* if zlib support is not available.