- Timestamp:
- 11/12/2020 07:28:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/comments.php
r49574 r49578 33 33 <h2 class="comments-title"> 34 34 <?php if ( '1' === $twenty_twenty_one_comment_count ) : ?> 35 <?php esc_html_e( '1 Comment', 'twentytwentyone' ); ?>35 <?php esc_html_e( '1 comment', 'twentytwentyone' ); ?> 36 36 <?php else : ?> 37 37 <?php 38 38 printf( 39 39 /* translators: %s: comment count number. */ 40 esc_html( _nx( '%s Comment', '%s Comments', $twenty_twenty_one_comment_count, 'Comments title', 'twentytwentyone' ) ),40 esc_html( _nx( '%s comment', '%s comments', $twenty_twenty_one_comment_count, 'Comments title', 'twentytwentyone' ) ), 41 41 esc_html( number_format_i18n( $twenty_twenty_one_comment_count ) ) 42 42 );
Note: See TracChangeset
for help on using the changeset viewer.