Changeset 39957 for branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
- Timestamp:
- 01/26/2017 01:46:54 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
r39342 r39957 49 49 50 50 register_rest_route( $this->namespace, '/' . $this->rest_base . '/(?P<taxonomy>[\w-]+)', array( 51 'args' => array( 52 'taxonomy' => array( 53 'description' => __( 'An alphanumeric identifier for the taxonomy.' ), 54 'type' => 'string', 55 ), 56 ), 51 57 array( 52 58 'methods' => WP_REST_Server::READABLE,
Note: See TracChangeset
for help on using the changeset viewer.