Changeset 45932 for trunk/src/wp-content/themes/twentysixteen/comments.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/comments.php
r43571 r45932 28 28 $comments_number = get_comments_number(); 29 29 if ( '1' === $comments_number ) { 30 /* translators: %s: post title*/30 /* translators: %s: Post title. */ 31 31 printf( _x( 'One thought on “%s”', 'comments title', 'twentysixteen' ), get_the_title() ); 32 32 } else { 33 33 printf( 34 /* translators: 1: number of comments, 2: post title*/34 /* translators: 1: Number of comments, 2: Post title. */ 35 35 _nx( 36 36 '%1$s thought on “%2$s”',
Note: See TracChangeset
for help on using the changeset viewer.