Ticket #20220: 20220.patch
| File 20220.patch, 533 bytes (added by , 14 years ago) |
|---|
-
wp-includes/ms-settings.php
14 14 require( ABSPATH . WPINC . '/ms-load.php' ); 15 15 require( ABSPATH . WPINC . '/ms-default-constants.php' ); 16 16 17 if ( defined( 'SUNRISE' ) )17 if ( defined( 'SUNRISE' ) && SUNRISE ) 18 18 include_once( WP_CONTENT_DIR . '/sunrise.php' ); 19 19 20 20 /** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */