Changeset 31862 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 03/23/2015 02:13:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r31776 r31862 101 101 <?php 102 102 /* translators: Publish box date format, see http://php.net/date */ 103 $datef = __( 'M j, Y @ G:i' );103 $datef = __( 'M j, Y @ H:i' ); 104 104 $stamp = __('Submitted on: <b>%1$s</b>'); 105 105 $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
Note: See TracChangeset
for help on using the changeset viewer.