mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Don't fail when the user don't set WP-Cache up correctly. Props Denis de Bernardy. fixes #4293
git-svn-id: https://develop.svn.wordpress.org/trunk@5491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2a8574bd7b
commit
4d8365901e
@ -81,7 +81,7 @@ error_reporting(E_ALL ^ E_NOTICE);
|
||||
|
||||
// For an advanced caching plugin to use, static because you would only want one
|
||||
if ( defined('WP_CACHE') )
|
||||
require (ABSPATH . 'wp-content/advanced-cache.php');
|
||||
@include ABSPATH . 'wp-content/advanced-cache.php';
|
||||
|
||||
define('WPINC', 'wp-includes');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user