Changeset 6250 for trunk/wp-includes/functions.php
- Timestamp:
- 10/14/2007 09:38:12 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6249 r6250 910 910 911 911 function is_blog_installed() { 912 global $wpdb , $wp_is_blog_installed;912 global $wpdb; 913 913 914 914 // 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.