diff --git src/wp-admin/js/customize-controls.js src/wp-admin/js/customize-controls.js
index 7fb87bc88e..5129cc859b 100644
|
|
|
3052 | 3052 | } |
3053 | 3053 | |
3054 | 3054 | function toggleDisabledNotifications() { |
3055 | | if ( 'publish' === api.state( 'selectedChangesetStatus' ).get() ) { |
| 3055 | if ( 'publish' === api.state( 'selectedChangesetStatus' ).get() && ( '' === api.state( 'changesetStatus' ).get() || 'auto-draft' === api.state( 'changesetStatus' ).get() ) ) { |
3056 | 3056 | panel.notifications.remove( 'theme_switch_unavailable' ); |
3057 | 3057 | } else { |
3058 | 3058 | panel.notifications.add( new api.Notification( 'theme_switch_unavailable', { |