Changeset 51385 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
- Timestamp:
- 07/09/2021 12:59:15 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
r51317 r51385 305 305 ); 306 306 307 $sidebar['widgets'] = $widgets;307 $sidebar['widgets'] = array_values( $widgets ); 308 308 } 309 309
Note: See TracChangeset
for help on using the changeset viewer.