Changeset 45932 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php
r45811 r45932 57 57 'context' => $this->get_context_param( array( 'default' => 'view' ) ), 58 58 'attributes' => array( 59 /* translators: %s is the name of the block*/59 /* translators: %s: The name of the block. */ 60 60 'description' => sprintf( __( 'Attributes for %s block' ), $block_type->name ), 61 61 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.