Changeset 25746 for trunk/src/wp-content/themes/twentyten/comments.php
- Timestamp:
- 10/09/2013 08:38:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/comments.php
r25627 r25746 19 19 </div><!-- #comments --> 20 20 <?php 21 /* *21 /* 22 22 * Stop the rest of comments.php from being processed, 23 23 * but don't kill the script entirely -- we still have … … 47 47 <ol class="commentlist"> 48 48 <?php 49 /* *49 /* 50 50 * Loop through and list the comments. Tell wp_list_comments() 51 51 * to use twentyten_comment() to format the comments. … … 66 66 67 67 <?php 68 /* *68 /* 69 69 * If there are no comments and comments are closed, let's leave a little note, shall we? 70 70 * But we only want the note on posts and pages that had comments in the first place.
Note: See TracChangeset
for help on using the changeset viewer.