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();