Changeset 40427 for branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
- Timestamp:
- 04/14/2017 08:53:11 AM (7 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-terms-controller.php
r39957 r40427 980 980 $query_params['slug'] = array( 981 981 'description' => __( 'Limit result set to terms with a specific slug.' ), 982 'type' => 'string', 982 'type' => 'array', 983 'items' => array( 984 'type' => 'string' 985 ), 983 986 ); 984 987
Note: See TracChangeset
for help on using the changeset viewer.