- Timestamp:
- 04/05/2017 08:24:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r39954 r40376 979 979 $query_params['slug'] = array( 980 980 'description' => __( 'Limit result set to terms with a specific slug.' ), 981 'type' => 'string', 981 'type' => 'array', 982 'items' => array( 983 'type' => 'string' 984 ), 982 985 ); 983 986
Note: See TracChangeset
for help on using the changeset viewer.