Don't fail when the user don't set WP-Cache up correctly. Props Denis de Bernardy. fixes #4293
git-svn-id: http://svn.automattic.com/wordpress/trunk@5491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1d47f812cd
commit
a45c3a3f23
|
@ -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…
Reference in New Issue