Let's not modify wpconfig for now, fixes #2107
git-svn-id: http://svn.automattic.com/wordpress/trunk@3449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0ca2b56f1e
commit
fdba51eb87
|
@ -108,9 +108,8 @@ if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
|
||||||
else
|
else
|
||||||
require (ABSPATH . WPINC . '/cache.php');
|
require (ABSPATH . WPINC . '/cache.php');
|
||||||
|
|
||||||
// For now, disable persistent caching by default. To enable, comment out
|
// To disable persistant caching, add the below line to your wp-config.php file, uncommented of course.
|
||||||
// the following line.
|
// define('DISABLE_CACHE', true);
|
||||||
//define('DISABLE_CACHE', true);
|
|
||||||
|
|
||||||
wp_cache_init();
|
wp_cache_init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue