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/tests/phpunit/tests/external-http/basic.php

    r46998 r47122  
    6363        preg_match( '#(\d{4}-\d{2}-\d{2}), General Availability#', $response_body, $mysqlmatches );
    6464
    65         // Per https://www.mysql.com/support/, Oracle actively supports MySQL releases for 5 years from GA release
     65        // Per https://www.mysql.com/support/, Oracle actively supports MySQL releases for 5 years from GA release.
    6666        $mysql_eol = strtotime( $mysqlmatches[1] . ' +5 years' );
    6767
Note: See TracChangeset for help on using the changeset viewer.