From a5d56b02645175fd0ed43e2a9b2e9ce0193436bd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 14 Oct 2007 09:38:12 +0000 Subject: [PATCH] Kill unused var. git-svn-id: https://develop.svn.wordpress.org/trunk@6250 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 5f0113b34c..12ec9198b4 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -909,7 +909,7 @@ function do_robots() { function is_blog_installed() { - global $wpdb, $wp_is_blog_installed; + global $wpdb; // Check cache first. If options table goes away and we have true cached, oh well. if ( wp_cache_get('is_blog_installed') )