Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (3 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/tests/phpunit/tests/functions/wpAuthCheck.php

    r46586 r47122  
    2828     */
    2929    function test_wp_auth_check_user_logged_in() {
    30         // log user in
     30        // Log user in.
    3131        wp_set_current_user( 1 );
    3232
     
    4545     */
    4646    function test_wp_auth_check_user_logged_in_login_grace_period_set() {
    47         // log user in
     47        // Log user in.
    4848        wp_set_current_user( 1 );
    4949
     
    5656        $logged_in = is_user_logged_in();
    5757
    58         // Leave the global state unchanged
     58        // Leave the global state unchanged.
    5959        unset( $GLOBALS['login_grace_period'] );
    6060
Note: See TracChangeset for help on using the changeset viewer.