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:
matt 2006-01-17 01:03:23 +00:00
parent 0ca2b56f1e
commit fdba51eb87

View File

@ -108,8 +108,7 @@ 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();