- Timestamp:
- 02/03/2023 12:13:52 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php
r53760 r55200 340 340 } 341 341 342 if ( wp_is_block_theme() ) { 343 $sidebar['status'] = 'inactive'; 344 } 345 342 346 $fields = $this->get_fields_for_response( $request ); 343 347 if ( rest_is_field_included( 'widgets', $fields ) ) {
Note: See TracChangeset
for help on using the changeset viewer.