From 357311cd6adab8f7bc63cb1c09e5a30d752c3336 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 11 Nov 2005 02:25:31 +0000 Subject: [PATCH] Ryan says it's stable ;) git-svn-id: https://develop.svn.wordpress.org/trunk@3053 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index 0e00ff7a3f..a976ac0b49 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();