equal
deleted
inserted
replaced
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 |