Changeset 37674 for trunk/src/wp-admin/comment.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r37488 r37674 198 198 /* translators: 1: comment date, 2: comment time */ 199 199 $submitted = sprintf( __( '%1$s at %2$s' ), 200 /* translators: comment date format. See http ://php.net/date */200 /* translators: comment date format. See https://secure.php.net/date */ 201 201 get_comment_date( __( 'Y/m/d' ), $comment ), 202 202 get_comment_date( __( 'g:i a' ), $comment )
Note: See TracChangeset
for help on using the changeset viewer.