From fdba51eb87472693baf2f8e50d19ac453bdef5a7 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 17 Jan 2006 01:03:23 +0000 Subject: [PATCH] Let's not modify wpconfig for now, fixes #2107 git-svn-id: http://svn.automattic.com/wordpress/trunk@3449 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 2797ba7f3a..8ebb1f4f0d 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -108,9 +108,8 @@ if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) else require (ABSPATH . WPINC . '/cache.php'); -// For now, disable persistent caching by default. To enable, comment out -// the following line. -//define('DISABLE_CACHE', true); +// To disable persistant caching, add the below line to your wp-config.php file, uncommented of course. +// define('DISABLE_CACHE', true); wp_cache_init();