summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wp-includes/ms-settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/ms-settings.php b/src/wp-includes/ms-settings.php
index e9d9f498e2..fbe0ea2618 100644
--- a/src/wp-includes/ms-settings.php
+++ b/src/wp-includes/ms-settings.php
@@ -77,7 +77,7 @@ if ( ! isset( $current_site ) || ! isset( $current_blog ) ) {
$bootstrap_result = ms_load_current_site_and_network( $domain, $path, is_subdomain_install() );
if ( true === $bootstrap_result ) {
- // `$current_blog` and `$current_site are now populated.
+ // `$current_blog` and `$current_site` are now populated.
} elseif ( false === $bootstrap_result ) {
ms_not_installed( $domain, $path );
} else {