Changeset 50047 for branches/5.6/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
- Timestamp:
- 01/28/2021 12:52:01 AM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r49610 r50047 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)