mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Remove unused var.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e38d68adac
commit
1181533296
@ -394,7 +394,7 @@ class WP_Object_Cache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function WP_Object_Cache() {
|
function WP_Object_Cache() {
|
||||||
global $blog_id, $wpdb;
|
global $blog_id;
|
||||||
|
|
||||||
if (defined('DISABLE_CACHE'))
|
if (defined('DISABLE_CACHE'))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user