Changeset 48982 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
- Timestamp:
- 09/16/2020 07:21:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
r48437 r48982 52 52 'context' => $this->get_context_param( array( 'default' => 'view' ) ), 53 53 'attributes' => array( 54 'description' => __( 'Attributes for the block ' ),54 'description' => __( 'Attributes for the block.' ), 55 55 'type' => 'object', 56 56 'default' => array(),
Note: See TracChangeset
for help on using the changeset viewer.