Changes in branches/3.1/wp-includes/wp-db.php [17547:18357]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/wp-db.php
r17547 r18357 645 645 if ( null === $blog_id ) 646 646 $blog_id = $this->blogid; 647 $blog_id = (int) $blog_id; 647 648 if ( defined( 'MULTISITE' ) && ( 0 == $blog_id || 1 == $blog_id ) ) 648 649 return $this->base_prefix;
Note: See TracChangeset
for help on using the changeset viewer.