Make WordPress Core


Ignore:
Timestamp:
02/07/2021 12:26:41 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Capitalize translator comments consistently.

Follow-up to [45932].

See #51800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/comments.php

    r49866 r50233  
    3737                <?php
    3838                printf(
    39                     /* translators: %s: comment count number. */
     39                    /* translators: %s: Comment count number. */
    4040                    esc_html( _nx( '%s comment', '%s comments', $twenty_twenty_one_comment_count, 'Comments title', 'twentytwentyone' ) ),
    4141                    esc_html( number_format_i18n( $twenty_twenty_one_comment_count ) )
Note: See TracChangeset for help on using the changeset viewer.