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:
rob1n 2007-05-19 04:32:28 +00:00
parent 2a8574bd7b
commit 4d8365901e

View File

@ -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');