Changeset 42228 for trunk/src/wp-includes/revision.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r42201 r42228 597 597 598 598 if ( empty( $_REQUEST['_thumbnail_id'] ) || 599 600 601 602 603 $post_id != $_REQUEST['preview_id']604 ) { 599 empty( $_REQUEST['preview_id'] ) || 600 $post->ID != $post_id || 601 '_thumbnail_id' != $meta_key || 602 'revision' == $post->post_type || 603 $post_id != $_REQUEST['preview_id'] ) { 604 605 605 return $value; 606 606 }
Note: See TracChangeset
for help on using the changeset viewer.