Changeset 47166
- Timestamp:
- 02/02/2020 05:39:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r47122 r47166 409 409 return new WP_Error( 410 410 'rest_cannot_create', 411 __( 'Sorry, you are not allowed to create new terms.' ),411 __( 'Sorry, you are not allowed to create terms in this taxonomy.' ), 412 412 array( 'status' => rest_authorization_required_code() ) 413 413 );
Note: See TracChangeset
for help on using the changeset viewer.