Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-new.php

    r45932 r47122  
    4949    }
    5050
    51     // If not a subdomain installation, make sure the domain isn't a reserved word
     51    // If not a subdomain installation, make sure the domain isn't a reserved word.
    5252    if ( ! is_subdomain_install() ) {
    5353        $subdirectory_reserved_names = get_subdirectory_reserved_names();
     
    107107    $password = 'N/A';
    108108    $user_id  = email_exists( $email );
    109     if ( ! $user_id ) { // Create a new user with a random password
     109    if ( ! $user_id ) { // Create a new user with a random password.
    110110        /**
    111111         * Fires immediately before a new user is created via the network site-new.php page.
Note: See TracChangeset for help on using the changeset viewer.