Changeset 47122 for trunk/src/wp-content/themes/twentyten/comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/comments.php
r45609 r47122 57 57 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 58 58 </div> <!-- .navigation --> 59 <?php endif; // check for comment navigation?>59 <?php endif; // Check for comment navigation. ?> 60 60 61 61 <ol class="commentlist"> … … 77 77 <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'twentyten' ) ); ?></div> 78 78 </div><!-- .navigation --> 79 <?php endif; // check for comment navigation?>79 <?php endif; // Check for comment navigation. ?> 80 80 81 81 <?php … … 89 89 <?php endif; ?> 90 90 91 <?php endif; // end have_comments()?>91 <?php endif; // End have_comments(). ?> 92 92 93 93 <?php comment_form(); ?>
Note: See TracChangeset
for help on using the changeset viewer.