- Timestamp:
- 09/08/2019 11:52:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r45933 r46084 868 868 /* translators: Comment date format. See https://secure.php.net/date */ 869 869 get_comment_date( __( 'Y/m/d' ), $comment ), 870 /* translators: Comment time format. See https://secure.php.net/date */ 870 871 get_comment_date( __( 'g:i a' ), $comment ) 871 872 );
Note: See TracChangeset
for help on using the changeset viewer.