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/tests/formatting/SeemsUtf8.php

    r46586 r47122  
    1212         */
    1313        function test_returns_true_for_utf8_strings( $utf8_string ) {
    14                 // from http://www.i18nguy.com/unicode-example.html
     14                // From http://www.i18nguy.com/unicode-example.html
    1515                $this->assertTrue( seems_utf8( $utf8_string ) );
    1616        }
     
    3333
    3434        function big5_strings() {
    35                 // Get data from formatting/big5.txt
     35                // Get data from formatting/big5.txt.
    3636                $big5_strings = file( DIR_TESTDATA . '/formatting/big5.txt' );
    3737                foreach ( $big5_strings as &$string ) {
Note: See TracChangeset for help on using the changeset viewer.