Make WordPress Core


Ignore:
Timestamp:
07/05/2019 08:03:40 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Add missing translator comments.

Twentys Eleven, Sixteen, and Seventeen now have translator comments for all their strings.

Also, WPCS now doesn't show missing translator comment warnings for test files.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/content-quote.php

    r43571 r45604  
    5454            <span class="cat-links">
    5555                <?php
     56                /* translators: 1: CSS classes, 2: list of categories */
    5657                printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
    5758                $show_sep = true;
     
    6970            <span class="tag-links">
    7071                <?php
     72                /* translators: 1: CSS classes, 2: list of tags */
    7173                printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
    7274                $show_sep = true;
Note: See TracChangeset for help on using the changeset viewer.