Changeset 48991 for trunk/src/wp-admin/comment.php
- Timestamp:
- 09/18/2020 10:35:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r48958 r48991 216 216 /* translators: 1: Comment date, 2: Comment time. */ 217 217 __( '%1$s at %2$s' ), 218 /* translators: Comment date format. See https://www.php.net/ date*/218 /* translators: Comment date format. See https://www.php.net/manual/datetime.format.php */ 219 219 get_comment_date( __( 'Y/m/d' ), $comment ), 220 /* translators: Comment time format. See https://www.php.net/ date*/220 /* translators: Comment time format. See https://www.php.net/manual/datetime.format.php */ 221 221 get_comment_date( __( 'g:i a' ), $comment ) 222 222 );
Note: See TracChangeset
for help on using the changeset viewer.