Skip to content

Commit 3f9317c

Browse files
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
1 parent 20e3fdd commit 3f9317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/ms-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
$bootstrap_result = ms_load_current_site_and_network( $domain, $path, is_subdomain_install() );
7878

7979
if ( true === $bootstrap_result ) {
80-
// `$current_blog` and `$current_site are now populated.
80+
// `$current_blog` and `$current_site` are now populated.
8181
} elseif ( false === $bootstrap_result ) {
8282
ms_not_installed( $domain, $path );
8383
} else {

0 commit comments

Comments
 (0)