mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Remove unused var.
git-svn-id: https://develop.svn.wordpress.org/trunk@3812 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1647921f71
commit
8409e85f53
@ -394,7 +394,7 @@ class WP_Object_Cache {
|
||||
}
|
||||
|
||||
function WP_Object_Cache() {
|
||||
global $blog_id, $wpdb;
|
||||
global $blog_id;
|
||||
|
||||
if (defined('DISABLE_CACHE'))
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user