Make sure WP_CACHE is true. Props nacin. fixes #10602

git-svn-id: https://develop.svn.wordpress.org/trunk@12192 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-11-16 18:53:57 +00:00
parent 70384f35f7
commit 9e1e57f5a8
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ if ( defined('WP_DEBUG') && WP_DEBUG == true ) {
}
// For an advanced caching plugin to use, static because you would only want one
if ( defined('WP_CACHE') )
if ( defined('WP_CACHE') && WP_CACHE )
@include WP_CONTENT_DIR . '/advanced-cache.php';
/**