Changeset 8703
- Timestamp:
- 08/21/2008 08:45:45 PM (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
r8695 r8703 27 27 <?php foreach ($comments as $comment) : ?> 28 28 29 <li <?php comment_class($oddcomment) ?> id="comment-<?php comment_ID() ?>">29 <li <?php comment_class($oddcomment) ?> id="comment-<?php comment_ID() ?>"> 30 30 <?php echo get_avatar( $comment, 32 ); ?> 31 31 <cite><?php comment_author_link() ?></cite> Says:
Note: See TracChangeset
for help on using the changeset viewer.