Changeset 25627 for trunk/src/wp-content/themes/twentyten/comments.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/comments.php
r22621 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying Comments.3 * Template for displaying Comments 4 4 * 5 5 * The area of the page that contains both current comments … … 19 19 </div><!-- #comments --> 20 20 <?php 21 /* Stop the rest of comments.php from being processed, 21 /** 22 * Stop the rest of comments.php from being processed, 22 23 * but don't kill the script entirely -- we still have 23 24 * to fully load the template. … … 46 47 <ol class="commentlist"> 47 48 <?php 48 /* Loop through and list the comments. Tell wp_list_comments() 49 /** 50 * Loop through and list the comments. Tell wp_list_comments() 49 51 * to use twentyten_comment() to format the comments. 50 52 * If you want to overload this in a child theme then you can … … 64 66 65 67 <?php 66 /* If there are no comments and comments are closed, let's leave a little note, shall we? 68 /** 69 * If there are no comments and comments are closed, let's leave a little note, shall we? 67 70 * But we only want the note on posts and pages that had comments in the first place. 68 71 */
Note: See TracChangeset
for help on using the changeset viewer.