Make WordPress Core


Ignore:
Timestamp:
10/14/2007 09:38:12 AM (19 years ago)
Author:
ryan
Message:

Kill unused var.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r6249 r6250  
    910910
    911911function is_blog_installed() {
    912     global $wpdb, $wp_is_blog_installed;
     912    global $wpdb;
    913913
    914914    // Check cache first.  If options table goes away and we have true cached, oh well. 
Note: See TracChangeset for help on using the changeset viewer.