Changeset 10097 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 12/07/2008 04:49:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r9175 r10097 21 21 <h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3> 22 22 23 <div class="navigation"> 24 <div class="alignleft"><?php previous_comments_link() ?></div> 25 <div class="alignright"><?php next_comments_link() ?></div> 26 </div> 27 23 28 <ol class="commentlist"> 24 29 <?php wp_list_comments(); ?> 25 30 </ol> 31 26 32 <div class="navigation"> 27 33 <div class="alignleft"><?php previous_comments_link() ?></div>
Note: See TracChangeset
for help on using the changeset viewer.