Changeset 1583
- Timestamp:
- 09/03/2004 04:18:04 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-popup.php
r1420 r1583 46 46 <li id="comment-<?php comment_ID() ?>"> 47 47 <?php comment_text() ?> 48 <p><cite><?php comment_type( ); ?> <?php _e("by"); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>48 <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></p> 49 49 </li> 50 50 -
trunk/wp-comments.php
r1581 r1583 26 26 <li id="comment-<?php comment_ID() ?>"> 27 27 <?php comment_text() ?> 28 <p><cite><?php comment_type( ); ?> <?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>28 <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> 29 29 </li> 30 30
Note: See TracChangeset
for help on using the changeset viewer.