Changeset 42363 for branches/4.9/src/wp-includes/widgets.php
- Timestamp:
- 12/04/2017 08:16:43 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/widgets.php
r41942 r42363 1295 1295 if ( is_array( $old_sidebars_widgets ) ) { 1296 1296 1297 // Remove empty sidebars, no need to map those. 1298 $old_sidebars_widgets = array_filter( $old_sidebars_widgets ); 1299 1297 1300 // Only check sidebars that are empty or have not been mapped to yet. 1298 1301 foreach ( $new_sidebars_widgets as $new_sidebar => $new_widgets ) {
Note: See TracChangeset
for help on using the changeset viewer.