Ticket #15798: 15798.diff
| File 15798.diff, 893 bytes (added by nacin, 2 years ago) |
|---|
-
wp-includes/theme-compat/comments-popup.php
53 53 <?php foreach ($comments as $comment) { ?> 54 54 <li id="comment-<?php comment_ID() ?>"> 55 55 <?php comment_text() ?> 56 <p><cite><?php comment_type( __('Comment'), __('Trackback'), __('Pingback')); ?> <?php printf(__('by %1$s — %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p>56 <p><cite><?php comment_type(); ?> <?php printf(__('by %1$s — %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link(), get_comment_date(), get_comment_ID(), get_comment_time()); ?></cite></p> 57 57 </li> 58 58 59 59 <?php } // end for each comment ?>
