Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38900, comment 10


Ignore:
Timestamp:
03/17/2017 08:30:41 PM (8 years ago)
Author:
westonruter
Comment:

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.php
     1The 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
    22
    33Also, 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