WordPress/wp-includes/rest-api/endpoints
Rachel Baker a1ec867b61 REST API: Fix incorrect capability check on term create.
Change the capability check used in `WP_REST_Terms_Controller` when creating a new term is attempted, from `manage_terms` to `edit_terms`. This matches the behavior within the WordPress admin. See #35614.

Props johnbillion, rmccue, rachelbaker, helen, jorbin, SergeyBiryukov.

Fixes #38958.
Built from https://develop.svn.wordpress.org/trunk@39402


git-svn-id: http://core.svn.wordpress.org/trunk@39342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-12-01 02:31:44 +00:00
..
class-wp-rest-attachments-controller.php REST API: Always fire the rest_insert_* actions after the related object is updated or inserted. 2016-11-23 15:33:31 +00:00
class-wp-rest-comments-controller.php REST API: Add support for comments of password-protected posts. 2016-11-23 16:15:31 +00:00
class-wp-rest-controller.php REST API: Remove rest_get_post filter and get_post abstraction. 2016-11-08 13:09:33 +00:00
class-wp-rest-post-statuses-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:30 +00:00
class-wp-rest-post-types-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:30 +00:00
class-wp-rest-posts-controller.php REST API: Special case the “standard” post format to always be allowed. 2016-11-24 00:08:31 +00:00
class-wp-rest-revisions-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:30 +00:00
class-wp-rest-settings-controller.php REST API: Switch to stable version of JSON Schema. 2016-11-03 02:22:29 +00:00
class-wp-rest-taxonomies-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:30 +00:00
class-wp-rest-terms-controller.php REST API: Fix incorrect capability check on term create. 2016-12-01 02:31:44 +00:00
class-wp-rest-users-controller.php REST API: Fix incorrect uses of rest_sanitize_value_from_schema(). 2016-12-01 02:12:41 +00:00