Changeset 39250 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
- Timestamp:
- 11/15/2016 06:15:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
r39191 r39250 206 206 'capabilities' => array( 207 207 'description' => __( 'All capabilities used by the resource.' ), 208 'type' => 'array', 209 'items' => array( 210 'type' => 'string', 211 ), 208 'type' => 'object', 212 209 'context' => array( 'edit' ), 213 210 'readonly' => true,
Note: See TracChangeset
for help on using the changeset viewer.