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/pomo/pluralForms.php

    r46586 r47122  
    111111            ),
    112112            array(
    113                 // Ternary
     113                // Ternary.
    114114                'n ? 1 : 2',
    115115                array(
     
    121121            ),
    122122            array(
    123                 // Comparison
     123                // Comparison.
    124124                'n > 1 ? 1 : 2',
    125125                array(
     
    164164        return array(
    165165            array(
    166                 'n # 2',              // Invalid expression to parse
    167                 'Unknown symbol "#"', // Expected exception message
    168                 false,                // Whether to call the get() method or not
     166                'n # 2',              // Invalid expression to parse.
     167                'Unknown symbol "#"', // Expected exception message.
     168                false,                // Whether to call the get() method or not.
    169169            ),
    170170            array(
Note: See TracChangeset for help on using the changeset viewer.