Changeset 31123
- Timestamp:
- 01/10/2015 05:49:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r30739 r31123 222 222 'title' => get_the_title( $post->ID ), 223 223 'author' => $authors[ $post->post_author ], 224 'date' => date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post-> modified ) ),225 'dateShort' => date_i18n( _x( 'j M @ G:i', 'revision date short format' ), strtotime( $post-> modified ) ),224 'date' => date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post->post_modified ) ), 225 'dateShort' => date_i18n( _x( 'j M @ G:i', 'revision date short format' ), strtotime( $post->post_modified ) ), 226 226 'timeAgo' => sprintf( __( '%s ago' ), human_time_diff( strtotime( $post->post_modified_gmt ), $now_gmt ) ), 227 227 'autosave' => false,
Note: See TracChangeset
for help on using the changeset viewer.