Changeset 25625 for trunk/src/wp-content/themes/twentyeleven/comments.php
- Timestamp:
- 09/25/2013 04:49:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/comments.php
r22616 r25625 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 … … 18 18 </div><!-- #comments --> 19 19 <?php 20 /* Stop the rest of comments.php from being processed, 20 /** 21 * Stop the rest of comments.php from being processed, 21 22 * but don't kill the script entirely -- we still have 22 23 * 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 twentyeleven_comment() to format the comments. 50 52 * If you want to overload this in a child theme then you can … … 65 67 66 68 <?php 67 /* If there are no comments and comments are closed, let's leave a little note, shall we? 69 /** 70 * If there are no comments and comments are closed, let's leave a little note, shall we? 68 71 * But we only want the note on posts and pages that had comments in the first place. 69 72 */
Note: See TracChangeset
for help on using the changeset viewer.