Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-screen.php

    r45926 r45932  
    11681168            <?php
    11691169                printf(
    1170                     /* translators: %s: number of columns on the page */
     1170                    /* translators: %s: Number of columns on the page. */
    11711171                    _n( '%s column', '%s columns', $i ),
    11721172                    number_format_i18n( $i )
Note: See TracChangeset for help on using the changeset viewer.