Changeset 12885 for trunk/wp-settings.php
- Timestamp:
- 01/28/2010 04:09:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12847 r12885 76 76 // Initialize multisite if enabled. 77 77 if ( is_multisite() ) 78 require( ABSPATH . WPINC . '/ms- load.php' );78 require( ABSPATH . WPINC . '/ms-settings.php' ); 79 79 80 80 // Load early WordPress files. … … 163 163 } 164 164 unset($file); 165 ms_ network_cookies();165 ms_default_constants( 'cookies' ); 166 166 } 167 167
Note: See TracChangeset
for help on using the changeset viewer.