Changeset 56586 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 09/14/2023 12:44:23 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r56547 r56586 247 247 // Restores the more descriptive, specific name for use within this method. 248 248 $block_type = $item; 249 $fields = $this->get_fields_for_response( $request ); 250 $data = array(); 249 250 $fields = $this->get_fields_for_response( $request ); 251 $data = array(); 251 252 252 253 if ( rest_is_field_included( 'attributes', $fields ) ) {
Note: See TracChangeset
for help on using the changeset viewer.