Changeset 43571 for trunk/src/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/comments.php
r42343 r43571 26 26 printf( 27 27 _nx( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'comments title', 'twentythirteen' ), 28 number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' 28 number_format_i18n( get_comments_number() ), 29 '<span>' . get_the_title() . '</span>' 29 30 ); 30 31 ?> … … 46 47 // Are there comments to navigate through? 47 48 if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : 48 ?>49 ?> 49 50 <nav class="navigation comment-navigation" role="navigation"> 50 51 <h1 class="screen-reader-text section-heading"><?php _e( 'Comment navigation', 'twentythirteen' ); ?></h1>
Note: See TracChangeset
for help on using the changeset viewer.