Changeset 8703 for trunk/wp-content
- Timestamp:
- 08/21/08 20:45:45 (3 months ago)
- Files:
-
- trunk/wp-content/themes/default/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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:
