Changeset 25746 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/comments.php
r25625 r25746 18 18 </div><!-- #comments --> 19 19 <?php 20 /* *20 /* 21 21 * Stop the rest of comments.php from being processed, 22 22 * 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 twentyeleven_comment() to format the comments. … … 67 67 68 68 <?php 69 /* *69 /* 70 70 * If there are no comments and comments are closed, let's leave a little note, shall we? 71 71 * 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.