Changeset 8695 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 08/20/2008 11:48:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/classic/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r7361 r8695 13 13 14 14 <?php foreach ($comments as $comment) : ?> 15 <li id="comment-<?php comment_ID() ?>">15 <li <?php comment_class(); ?> id="comment-<?php comment_ID() ?>"> 16 16 <?php echo get_avatar( $comment, 32 ); ?> 17 17 <?php comment_text() ?>
Note: See TracChangeset
for help on using the changeset viewer.