Changeset 46821 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
- Timestamp:
- 12/06/2019 10:21:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
r46586 r46821 180 180 * @since 4.7.0 181 181 * 182 * @param stdClass$taxonomy Taxonomy data.182 * @param WP_Taxonomy $taxonomy Taxonomy data. 183 183 * @param WP_REST_Request $request Full details about the request. 184 184 * @return WP_REST_Response Response object. … … 263 263 * 264 264 * @param WP_REST_Response $response The response object. 265 * @param object$item The original taxonomy object.265 * @param WP_Taxonomy $item The original taxonomy object. 266 266 * @param WP_REST_Request $request Request used to generate the response. 267 267 */
Note: See TracChangeset
for help on using the changeset viewer.