Changeset 41788 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/07/2017 05:59:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41771 r41788 608 608 $changeset_uuid = null; 609 609 610 if ( ! $this->branching() ) {610 if ( ! $this->branching() && $this->is_theme_active() ) { 611 611 $unpublished_changeset_posts = $this->get_changeset_posts( array( 612 612 'post_status' => array_diff( get_post_stati(), array( 'auto-draft', 'publish', 'trash', 'inherit', 'private' ) ),
Note: See TracChangeset
for help on using the changeset viewer.