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