- Timestamp:
- 11/12/2020 06:34:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/comments.php
r49320 r49574 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.