From 64948b825d1d4b8a1aa3e5244c96aa8c695955c2 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 11 Nov 2005 02:25:31 +0000 Subject: [PATCH] Ryan says it's stable ;) git-svn-id: http://svn.automattic.com/wordpress/trunk@3053 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index 0e00ff7a3..a976ac0b4 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -105,7 +105,7 @@ else // For now, disable persistent caching by default. To enable, comment out // the following line. -define('DISABLE_CACHE', true); +//define('DISABLE_CACHE', true); wp_cache_init();