Changeset 46084 for trunk/src/wp-admin/comment.php
- Timestamp:
- 09/08/2019 11:52:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r45932 r46084 210 210 /* translators: Comment date format. See https://secure.php.net/date */ 211 211 get_comment_date( __( 'Y/m/d' ), $comment ), 212 /* translators: Comment time format. See https://secure.php.net/date */ 212 213 get_comment_date( __( 'g:i a' ), $comment ) 213 214 );
Note: See TracChangeset
for help on using the changeset viewer.