From 2138c487a5ea15e693ff7adb2eac3b6358c8325a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 29 Jun 2007 15:44:13 +0000 Subject: [PATCH] bring $wgCompressRevisions comment in line with post-1.4 behavior --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1f7490a9ac..e7d297978c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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. -- 2.20.1