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:
parent
70384f35f7
commit
9e1e57f5a8
@ -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';
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user