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/tests/phpunit/includes/functions.php

    r46806 r47122  
    162162        _wp_die_handler_txt( $message, $title, $args );
    163163    } else {
    164         //Ignore at our peril
     164        // Ignore at our peril.
    165165    }
    166166}
     
    286286
    287287// Skip `setcookie` calls in auth_cookie functions due to warning:
    288 // Cannot modify header information - headers already sent by ...
     288// Cannot modify header information - headers already sent by...
    289289tests_add_filter( 'send_auth_cookies', '__return_false' );
    290290
Note: See TracChangeset for help on using the changeset viewer.