- Timestamp:
- 02/07/2021 12:26:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/comments.php
r49866 r50233 37 37 <?php 38 38 printf( 39 /* translators: %s: comment count number. */39 /* translators: %s: Comment count number. */ 40 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 ) )
Note: See TracChangeset
for help on using the changeset viewer.