- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r37624 r37674 718 718 /* translators: 1: comment date, 2: comment time */ 719 719 $submitted = sprintf( __( '%1$s at %2$s' ), 720 /* translators: comment date format. See http ://php.net/date */720 /* translators: comment date format. See https://secure.php.net/date */ 721 721 get_comment_date( __( 'Y/m/d' ), $comment ), 722 722 get_comment_date( __( 'g:i a' ), $comment )
Note: See TracChangeset
for help on using the changeset viewer.