Changeset 47088 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r46823 r47088 107 107 /* translators: 1: Comment date, 2: Comment time. */ 108 108 __( '%1$s at %2$s' ), 109 /* translators: Publish box date format, see https:// secure.php.net/date */109 /* translators: Publish box date format, see https://www.php.net/date */ 110 110 date_i18n( _x( 'M j, Y', 'publish box date format' ), strtotime( $comment->comment_date ) ), 111 /* translators: Publish box time format, see https:// secure.php.net/date */111 /* translators: Publish box time format, see https://www.php.net/date */ 112 112 date_i18n( _x( 'H:i', 'publish box time format' ), strtotime( $comment->comment_date ) ) 113 113 );
Note: See TracChangeset
for help on using the changeset viewer.