Changes between Initial Version and Version 1 of Ticket #38900, comment 10
- Timestamp:
- 03/17/2017 08:30:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38900, comment 10
initial v1 1 The plugin in the [ GitHub repo https://github.com/WP-API/wp-api-customize-endpoints] has been updated with a skeleton for the `customize/changesets` controller: https://github.com/WP-API/wp-api-customize-endpoints/blob/master/wp-includes/rest-api/endpoints/class-wp-rest-customize-changesets-controller.php1 The plugin in the [https://github.com/WP-API/wp-api-customize-endpoints GitHub repo] has been updated with a skeleton for the `customize/changesets` controller: https://github.com/WP-API/wp-api-customize-endpoints/blob/master/wp-includes/rest-api/endpoints/class-wp-rest-customize-changesets-controller.php 2 2 3 3 Also, stub tests for that controller have been added: https://github.com/WP-API/wp-api-customize-endpoints/blob/master/tests/test-customize-changesets-controller.php