Kill unused var.
git-svn-id: https://develop.svn.wordpress.org/trunk@6250 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c77a783d55
commit
a5d56b0264
@ -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') )
|
||||
|
Loading…
Reference in New Issue
Block a user