Changeset 9835 for trunk/wp-content/themes/classic/comments-popup.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-popup.php
r9336 r9835 50 50 <li id="comment-<?php comment_ID() ?>"> 51 51 <?php comment_text() ?> 52 <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>52 <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></p> 53 53 </li> 54 54
Note: See TracChangeset
for help on using the changeset viewer.