- Timestamp:
- 11/23/2016 03:32:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r39342 r39348 404 404 * @since 4.7.0 405 405 * 406 * @param WP_Term $term Inserted Term object.406 * @param WP_Term $term Inserted or updated term object. 407 407 * @param WP_REST_Request $request Request object. 408 * @param bool $creating True when creating term, false when updating.408 * @param bool $creating True when creating a term, false when updating. 409 409 */ 410 410 do_action( "rest_insert_{$this->taxonomy}", $term, $request, true );
Note: See TracChangeset
for help on using the changeset viewer.