Changeset 41559
- Timestamp:
- 09/21/2017 11:32:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r38424 r41559 167 167 foreach ( $revisions as $revision ) { 168 168 $modified = strtotime( $revision->post_modified ); 169 $modified_gmt = strtotime( $revision->post_modified_gmt );169 $modified_gmt = strtotime( $revision->post_modified_gmt . ' +0000' ); 170 170 if ( $can_restore ) { 171 171 $restore_link = str_replace( '&', '&', wp_nonce_url(
Note: See TracChangeset
for help on using the changeset viewer.