Changeset 43680 for branches/5.0/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
- Timestamp:
- 10/08/2018 01:49:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
r43445 r43680 323 323 'readonly' => true, 324 324 ), 325 'visibility' => array( 326 'description' => __( 'The visibility settings for the taxonomy.' ), 327 'type' => 'object', 328 'context' => array( 'edit' ), 329 'readonly' => true, 330 ), 325 331 'rest_base' => array( 326 332 'description' => __( 'REST base route for the taxonomy.' ),
Note: See TracChangeset
for help on using the changeset viewer.