diff --git a/wp-settings.php b/wp-settings.php index 92d59d5b7..0b5b81ec6 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -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');