From 71a7392fb45157ee27cd936d677da054fcbe9084 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 17 Jan 2006 01:03:23 +0000 Subject: [PATCH] Let's not modify wpconfig for now, fixes #2107 git-svn-id: https://develop.svn.wordpress.org/trunk@3449 602fd350-edb4-49c9-b593-d223f7449a82 --- 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();