Changeset 37674 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r37488 r37674 130 130 } 131 131 132 /* translators: Publish box date format, see http ://php.net/date */132 /* translators: Publish box date format, see https://secure.php.net/date */ 133 133 $scheduled_date = date_i18n( __( 'M j, Y @ H:i' ), strtotime( $post->post_date ) ); 134 134
Note: See TracChangeset
for help on using the changeset viewer.