Changeset 28910 for trunk/src/wp-includes/ms-settings.php
- Timestamp:
- 06/29/2014 10:50:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-settings.php
r28276 r28910 11 11 */ 12 12 13 /** Include Multisite initialization functions */ 14 require( ABSPATH . WPINC . '/ms-load.php' ); 15 require( ABSPATH . WPINC . '/ms-default-constants.php' ); 16 17 if ( defined( 'SUNRISE' ) ) 13 if ( defined( 'SUNRISE' ) ) { 18 14 include_once( WP_CONTENT_DIR . '/sunrise.php' ); 15 } 19 16 20 17 /** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */
Note: See TracChangeset
for help on using the changeset viewer.