Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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-signup.php

    r47075 r47122  
    4040}
    4141
    42 // Fix for page title
     42// Fix for page title.
    4343$wp_query->is_404 = false;
    4444
     
    140140    }
    141141
    142     // Blog Title
     142    // Site Title.
    143143    ?>
    144144    <label for="blog_title"><?php _e( 'Site Title:' ); ?></label>
     
    254254    }
    255255
    256     // User name
     256    // Username.
    257257    echo '<label for="user_name">' . __( 'Username:' ) . '</label>';
    258258    $errmsg = $errors->get_error_message( 'user_name' );
     
    888888}
    889889
    890 // Main
     890// Main.
    891891$active_signup = get_site_option( 'registration', 'none' );
    892892
Note: See TracChangeset for help on using the changeset viewer.