diff --git a/src/wp-includes/ms-settings.php b/src/wp-includes/ms-settings.php
index 1afa77a..26ef463 100644
|
a
|
b
|
|
| 18 | 18 | * |
| 19 | 19 | * @global WP_Network $current_site The current network. |
| 20 | 20 | * @global object $current_blog The current site. |
| | 21 | * @global string $domain |
| | 22 | * @global string $path |
| | 23 | * @global int $blog_id |
| | 24 | * @global int $site_id |
| | 25 | * @global bool $public |
| | 26 | * @global string $table_prefix |
| 21 | 27 | * @since 3.0.0 |
| 22 | 28 | */ |
| 23 | | global $current_site, $current_blog; |
| | 29 | global $current_site, $current_blog, $domain, $path, $blog_id, $site_id, $public, $table_prefix; |
| 24 | 30 | |
| 25 | 31 | /** WP_Network class */ |
| 26 | 32 | require_once( ABSPATH . WPINC . '/class-wp-network.php' ); |