Make WordPress Core


Ignore:
Timestamp:
10/06/2011 12:21:24 AM (13 years ago)
Author:
ryan
Message:

Introduce wp_get_db_schema() for rerieving the various flavors of the WP db schema. Eliminates need to use global. Allows multiple calls to wpmu_create_blog(). see #12028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r18841 r18899  
    11731173
    11741174    // Set everything up
    1175     make_db_current_silent();
     1175    make_db_current_silent( 'blog' );
    11761176    populate_options();
    11771177    populate_roles();
Note: See TracChangeset for help on using the changeset viewer.