mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Widgets: Revert format of sidebars_widgets.
Restores the data format of the `sidebars_widgets` theme mod to its pre [41555] format. It can trigger PHP warnings after switching themes if that mod has not been removed previously. Fixes #39693. git-svn-id: https://develop.svn.wordpress.org/trunk@41673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -690,7 +690,7 @@ function switch_theme( $stylesheet ) {
|
||||
}
|
||||
|
||||
if ( is_array( $_sidebars_widgets ) ) {
|
||||
set_theme_mod( 'sidebars_widgets', $_sidebars_widgets );
|
||||
set_theme_mod( 'sidebars_widgets', array( 'time' => time(), 'data' => $_sidebars_widgets ) );
|
||||
}
|
||||
|
||||
$nav_menu_locations = get_theme_mod( 'nav_menu_locations' );
|
||||
|
||||
Reference in New Issue
Block a user