Changeset 34041 for trunk/src/wp-includes/class-walker-comment.php
- Timestamp:
- 09/11/2015 06:14:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r34040 r34041 272 272 <?php 273 273 /* translators: 1: comment date, 2: comment time */ 274 printf( __( '%1$s at %2$s' ), get_comment_date( ), get_comment_time() ); ?></a><?php edit_comment_link( __( '(Edit)' ), ' ', '' );274 printf( __( '%1$s at %2$s' ), get_comment_date( '', $comment ), get_comment_time() ); ?></a><?php edit_comment_link( __( '(Edit)' ), ' ', '' ); 275 275 ?> 276 276 </div> … … 322 322 <?php 323 323 /* translators: 1: comment date, 2: comment time */ 324 printf( __( '%1$s at %2$s' ), get_comment_date( ), get_comment_time() );324 printf( __( '%1$s at %2$s' ), get_comment_date( '', $comment ), get_comment_time() ); 325 325 ?> 326 326 </time>
Note: See TracChangeset
for help on using the changeset viewer.