Make WordPress Core


Ignore:
Timestamp:
10/06/2011 12:21:24 AM (14 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/l10n.php

    r18827 r18899  
    383383    load_textdomain( 'default', WP_LANG_DIR . "/$locale.mo" );
    384384
    385     if ( is_multisite() || ( defined( 'WP_NETWORK_ADMIN_PAGE' ) && WP_NETWORK_ADMIN_PAGE ) ) {
     385    if ( is_multisite() || ( defined( 'WP_INSTALLING_NETWORK' ) && WP_INSTALLING_NETWORK ) ) {
    386386        load_textdomain( 'default', WP_LANG_DIR . "/ms-$locale.mo" );
    387387    }
Note: See TracChangeset for help on using the changeset viewer.