Changeset 1583 for trunk/wp-comments-popup.php
- Timestamp:
- 09/03/2004 04:18:04 AM (21 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.