Changeset 48982 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-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-types-controller.php
r48173 r48982 88 88 'args' => array( 89 89 'name' => array( 90 'description' => __( 'Block name ' ),90 'description' => __( 'Block name.' ), 91 91 'type' => 'string', 92 92 ), 93 93 'namespace' => array( 94 'description' => __( 'Block namespace ' ),94 'description' => __( 'Block namespace.' ), 95 95 'type' => 'string', 96 96 ),
Note: See TracChangeset
for help on using the changeset viewer.