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