mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
Customizer: Properly handle widget settings when activating a previewed theme.
props westonruter, ocean90, gcorne. fixes #27767. git-svn-id: https://develop.svn.wordpress.org/trunk@28124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -575,6 +575,7 @@ final class WP_Customize_Manager {
|
||||
// to operate properly.
|
||||
$this->stop_previewing_theme();
|
||||
switch_theme( $this->get_stylesheet() );
|
||||
update_option( 'theme_switched_via_customizer', true );
|
||||
$this->start_previewing_theme();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user