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/category.php

    r45609 r45932  
    1919                <h1 class="archive-title">
    2020                <?php
    21                 /* translators: category title */
     21                /* translators: %s: Category title. */
    2222                printf( __( 'Category Archives: %s', 'twentythirteen' ), single_cat_title( '', false ) );
    2323                ?>
Note: See TracChangeset for help on using the changeset viewer.