Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 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-includes/class-wp-http-streams.php

    r45667 r45932  
    254254                    'http_request_failed',
    255255                    sprintf(
    256                         /* translators: 1: fopen(), 2: file name */
     256                        /* translators: 1: fopen(), 2: File name. */
    257257                        __( 'Could not open handle for %1$s to %2$s.' ),
    258258                        'fopen()',
Note: See TracChangeset for help on using the changeset viewer.