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-admin/includes/image-edit.php

    r45926 r45932  
    6161            <?php
    6262            printf(
    63                 /* translators: %s: image width and height in pixels */
     63                /* translators: %s: Image width and height in pixels. */
    6464                __( 'Original dimensions %s' ),
    6565                $meta['width'] . ' &times; ' . $meta['height']
Note: See TracChangeset for help on using the changeset viewer.