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-content/themes/twentythirteen/taxonomy-post_format.php

    r45609 r45932  
    2323                <h1 class="archive-title">
    2424                <?php
    25                 /* translators: %s: post format name */
     25                /* translators: %s: Post format name. */
    2626                printf( __( '%s Archives', 'twentythirteen' ), '<span>' . esc_html( get_post_format_string( get_post_format() ) ) . '</span>' );
    2727                ?>
Note: See TracChangeset for help on using the changeset viewer.