Changeset 24505
- Timestamp:
- 06/23/2013 08:30:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r24346 r24505 355 355 /* translators: 2: comment date, 3: comment time */ 356 356 printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url, 357 /* translators: comment date format. See http://php.net/date */ get_comment_date( __( 'Y/m/d' ) ), 358 /* translators: comment time format. See http://php.net/date */ get_comment_date( get_option( 'time_format' ) ) ); 357 /* translators: comment date format. See http://php.net/date */ 358 get_comment_date( __( 'Y/m/d' ) ), 359 get_comment_date( get_option( 'time_format' ) ) 360 ); 359 361 360 362 if ( $comment->comment_parent ) {
Note: See TracChangeset
for help on using the changeset viewer.