- Timestamp:
- 01/02/2021 11:47:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r49790 r49922 966 966 'description' => __( 'Type attribution for the term.' ), 967 967 'type' => 'string', 968 'enum' => array _keys( get_taxonomies()),968 'enum' => array( $this->taxonomy ), 969 969 'context' => array( 'view', 'embed', 'edit' ), 970 970 'readonly' => true,
Note: See TracChangeset
for help on using the changeset viewer.