Changeset 35811 for trunk/src/wp-admin/comment.php
- Timestamp:
- 12/07/2015 04:25:53 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r35665 r35811 200 200 /* translators: comment date format. See http://php.net/date */ 201 201 get_comment_date( __( 'Y/m/d' ), $comment ), 202 get_comment_date( get_option( 'time_format' ), $comment )202 get_comment_date( __( 'g:i a' ), $comment ) 203 203 ); 204 204 ?></a>
Note: See TracChangeset
for help on using the changeset viewer.