mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -1286,6 +1286,7 @@ function wp_map_sidebars_widgets( $existing_sidebars_widgets ) {
|
||||
|
||||
// Sidebars_widgets settings from when this theme was previously active.
|
||||
$old_sidebars_widgets = get_theme_mod( 'sidebars_widgets' );
|
||||
$old_sidebars_widgets = $old_sidebars_widgets['data'];
|
||||
|
||||
if ( is_array( $old_sidebars_widgets ) ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user