Changeset 7361 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 03/17/2008 11:16:10 PM (18 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
r6702 r7361 14 14 <?php foreach ($comments as $comment) : ?> 15 15 <li id="comment-<?php comment_ID() ?>"> 16 <?php echo get_avatar( $comment, 32 ); ?> 16 17 <?php comment_text() ?> 17 18 <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.