Changeset 51157 for trunk/src/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 06/15/2021 03:37:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/comments.php
r47122 r51157 32 32 } else { 33 33 printf( 34 /* translators: %1$s: The number of comments. %2$s: The post title. */34 /* translators: 1: The number of comments, 2: The post title. */ 35 35 _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'comments title', 'twentythirteen' ), 36 36 number_format_i18n( get_comments_number() ),
Note: See TracChangeset
for help on using the changeset viewer.