Changeset 50529 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
- Timestamp:
- 03/13/2021 10:23:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php
r50527 r50529 363 363 } 364 364 365 // rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability.365 // rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability. 366 366 $inner_blocks_definition = array( 367 367 'description' => __( 'The list of inner blocks used in the example.' ),
Note: See TracChangeset
for help on using the changeset viewer.