wp/wp-includes/ms-settings.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     7  *
     7  *
     8  * @package WordPress
     8  * @package WordPress
     9  * @subpackage Multisite
     9  * @subpackage Multisite
    10  * @since 3.0.0
    10  * @since 3.0.0
    11  */
    11  */
       
    12 
       
    13 // Don't load directly.
       
    14 if ( ! defined( 'ABSPATH' ) ) {
       
    15 	die( '-1' );
       
    16 }
    12 
    17 
    13 /**
    18 /**
    14  * Objects representing the current network and current site.
    19  * Objects representing the current network and current site.
    15  *
    20  *
    16  * These may be populated through a custom `sunrise.php`. If not, then this
    21  * These may be populated through a custom `sunrise.php`. If not, then this