Make WordPress Core

Changeset 49130


Ignore:
Timestamp:
10/12/2020 03:45:27 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct comments in wpmu_new_site_admin_notification() per the documentation standards.

See #42134.

File:
1 edited

Legend:

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

    r49127 r49130  
    17371737
    17381738    if ( $network_admin ) {
    1739         // If the network admin email address corresponds to a user, switch to their locale
     1739        // If the network admin email address corresponds to a user, switch to their locale.
    17401740        $switched_locale = switch_to_locale( get_user_locale( $network_admin ) );
    17411741    } else {
    1742         // Otherwise switch to the locale of the current site
     1742        // Otherwise switch to the locale of the current site.
    17431743        $switched_locale = switch_to_locale( get_locale() );
    17441744    }
Note: See TracChangeset for help on using the changeset viewer.