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/twentysixteen/comments.php

    r43571 r45932  
    2828                $comments_number = get_comments_number();
    2929            if ( '1' === $comments_number ) {
    30                 /* translators: %s: post title */
     30                /* translators: %s: Post title. */
    3131                printf( _x( 'One thought on “%s”', 'comments title', 'twentysixteen' ), get_the_title() );
    3232            } else {
    3333                printf(
    34                     /* translators: 1: number of comments, 2: post title */
     34                    /* translators: 1: Number of comments, 2: Post title. */
    3535                    _nx(
    3636                        '%1$s thought on “%2$s”',
Note: See TracChangeset for help on using the changeset viewer.