Changeset 47122 for trunk/src/wp-content/themes/twentynineteen/comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/comments.php
r46827 r47122 57 57 </h2><!-- .comments-title --> 58 58 <?php 59 59 // Only show discussion meta information when comments are open and available. 60 60 if ( have_comments() && comments_open() ) { 61 61 get_template_part( 'template-parts/post/discussion', 'meta' ); … … 86 86 <?php 87 87 88 // Show comment navigation 88 // Show comment navigation. 89 89 if ( have_comments() ) : 90 90 $prev_icon = twentynineteen_get_icon_svg( 'chevron_left', 22 );
Note: See TracChangeset
for help on using the changeset viewer.