diff --git a/wp-includes/cache.php b/wp-includes/cache.php index dede02787..f59f641b1 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -394,7 +394,7 @@ class WP_Object_Cache { } function WP_Object_Cache() { - global $blog_id, $wpdb; + global $blog_id; if (defined('DISABLE_CACHE')) return;