Changeset 12734 for trunk/wp-settings.php
- Timestamp:
- 01/15/2010 10:25:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12732 r12734 65 65 include_once(ABSPATH . WPINC . '/pomo/mo.php'); 66 66 67 if ( is_multisite() &&SHORTINIT ) // stop most of WP being loaded, we just want the basics67 if ( SHORTINIT ) // stop most of WP being loaded, we just want the basics 68 68 return false; 69 69 … … 111 111 wp_default_constants('wp_included'); 112 112 113 if ( is_multisite() )114 113 if ( is_multisite() ) 114 ms_network_settings(); 115 115 116 116 wp_default_constants('ms_network_settings_loaded'); … … 122 122 * @since 3.0 123 123 */ 124 if ( is_multisite() )124 if ( is_multisite() ) 125 125 ms_network_plugins(); 126 126 … … 131 131 * @since 3.0 132 132 */ 133 if ( is_multisite() ) {133 if ( is_multisite() ) { 134 134 ms_site_check(); 135 135 ms_network_cookies();
Note: See TracChangeset
for help on using the changeset viewer.