Changeset 9835 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 11/21/2008 06:16:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r9025 r9835 22 22 <?php echo get_avatar( $comment, 32 ); ?> 23 23 <?php comment_text() ?> 24 <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>24 <p><cite><?php comment_type(_c('Comment|noun'), __('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> 25 25 </li> 26 26
Note: See TracChangeset
for help on using the changeset viewer.