Changeset 13341
- Timestamp:
- 02/23/2010 08:38:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r13337 r13341 630 630 * @param bool $prefix Whether to include table prefixes. Default true. If blog 631 631 * prefix is requested, then the custom users and usermeta tables will be mapped. 632 * @param int $blog_id The blog_id to prefix. Defaults to main blog. Used only when prefix is requested.632 * @param int $blog_id The blog_id to prefix. Defaults to wpdb::blogid. Used only when prefix is requested. 633 633 * @return array Table names. When a prefix is requested, the key is the unprefixed table name. 634 634 */ … … 657 657 658 658 if ( $prefix ) { 659 if ( ! $blog_id ) 660 $blog_id = $this->blogid; 659 661 $prefix = $this->get_blog_prefix( $blog_id ); 660 662 $base_prefix = $this->base_prefix;
Note: See TracChangeset
for help on using the changeset viewer.