Changeset 45932 for trunk/src/wp-content/themes/twentyfourteen/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/twentyfourteen/comments.php
r43571 r45932 27 27 $comments_number = get_comments_number(); 28 28 if ( '1' === $comments_number ) { 29 /* translators: %s: post title*/29 /* translators: %s: Post title. */ 30 30 printf( _x( 'One thought on “%s”', 'comments title', 'twentyfourteen' ), get_the_title() ); 31 31 } else { 32 32 printf( 33 /* translators: 1: number of comments, 2: post title*/33 /* translators: 1: Number of comments, 2: Post title. */ 34 34 _nx( 35 35 '%1$s thought on “%2$s”',
Note: See TracChangeset
for help on using the changeset viewer.