Make WordPress Core


Ignore:
Timestamp:
05/08/2025 06:03:09 AM (15 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing closing backtick in a comment in ms-settings.php.

Follow-up to [37475].

Props abcd95.
Fixes #63410.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-settings.php

    r60226 r60228  
    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 );
Note: See TracChangeset for help on using the changeset viewer.