Changeset 34041 for trunk/src/wp-includes/theme-compat/comments-popup.php
- Timestamp:
- 09/11/2015 06:14:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments-popup.php
r34039 r34041 53 53 <li id="comment-<?php comment_ID() ?>"> 54 54 <?php comment_text() ?> 55 <p><cite><?php comment_type(); ?> <?php printf(__('by %1$s — %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link( $comment ), get_comment_date( ), get_comment_ID(), get_comment_time()); ?></cite></p>55 <p><cite><?php comment_type(); ?> <?php printf(__('by %1$s — %2$s @ <a href="#comment-%3$s">%4$s</a>'), get_comment_author_link( $comment ), get_comment_date( '', $comment ), get_comment_ID(), get_comment_time()); ?></cite></p> 56 56 </li> 57 57
Note: See TracChangeset
for help on using the changeset viewer.