Changeset 31862 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 03/23/2015 02:13:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r31830 r31862 163 163 <?php 164 164 /* translators: Publish box date format, see http://php.net/date */ 165 $datef = __( 'M j, Y @ G:i' );165 $datef = __( 'M j, Y @ H:i' ); 166 166 if ( 0 != $post->ID ) { 167 167 if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date … … 294 294 <?php 295 295 /* translators: Publish box date format, see http://php.net/date */ 296 $datef = __( 'M j, Y @ G:i' );296 $datef = __( 'M j, Y @ H:i' ); 297 297 $stamp = __('Uploaded on: <b>%1$s</b>'); 298 298 $date = date_i18n( $datef, strtotime( $post->post_date ) );
Note: See TracChangeset
for help on using the changeset viewer.