Changeset 12921 for trunk/wp-settings.php
- Timestamp:
- 02/01/2010 08:26:08 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12885 r12921 133 133 134 134 // 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. 135 136 wp_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' );143 137 144 138 // Load must-use plugins.
Note: See TracChangeset
for help on using the changeset viewer.