Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-includes/wp-db.php

    r18357 r17547  
    645645            if ( null === $blog_id )
    646646                $blog_id = $this->blogid;
    647             $blog_id = (int) $blog_id;
    648647            if ( defined( 'MULTISITE' ) && ( 0 == $blog_id || 1 == $blog_id ) )
    649648                return $this->base_prefix;
Note: See TracChangeset for help on using the changeset viewer.