Changeset 47233 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r47198 r47233 2542 2542 } 2543 2543 2544 // Note that if the changeset status was publish, then it will get set to trash if revisions are not supported.2544 // Note that if the changeset status was publish, then it will get set to Trash if revisions are not supported. 2545 2545 $response['changeset_status'] = $changeset_post->post_status; 2546 2546 if ( $is_publish && 'trash' === $response['changeset_status'] ) {
Note: See TracChangeset
for help on using the changeset viewer.