Make WordPress Core


Ignore:
Timestamp:
02/01/2010 08:26:08 PM (16 years ago)
Author:
wpmuguru
Message:

reorganize code on ms startup. props nacin, see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r12885 r12921  
    133133
    134134// Define constants that rely on the API to obtain the default value.
     135// Define must-use plugin directory constants, which may be overridden in the sunrise.php drop-in.
    135136wp_default_constants( 'wp_included' );
    136 
    137 // Set up multisite if enabled.
    138 if ( is_multisite() )
    139     ms_network_settings();
    140 
    141 // Define must-use plugin directory constants, which may be overridden in the sunrise.php drop-in.
    142 wp_default_constants( 'ms_network_settings_loaded' );
    143137
    144138// Load must-use plugins.
Note: See TracChangeset for help on using the changeset viewer.