diff options
author | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2025-05-08 06:03:09 +0000 |
---|---|---|
committer | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2025-05-08 06:03:09 +0000 |
commit | 3f9317c2aa2ba650c0d930acaca1bb840c95a6da (patch) | |
tree | ec58ac79672d4aeaf606731febff0282ec1bd110 /src | |
parent | 20e3fdd09fd1bbcea5e712117474d0945af528ea (diff) | |
download | wordpress-3f9317c2aa2ba650c0d930acaca1bb840c95a6da.tar.gz wordpress-3f9317c2aa2ba650c0d930acaca1bb840c95a6da.zip |
Docs: Add missing closing backtick in a comment in `ms-settings.php`.
Follow-up to [37475].
Props abcd95.
Fixes #63410.
git-svn-id: https://develop.svn.wordpress.org/trunk@60228 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src')
-rw-r--r-- | src/wp-includes/ms-settings.php | 2 |
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 { |