Changeset 40081 for branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
- Timestamp:
- 02/19/2017 04:35:28 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r39957 r40081 1759 1759 'type' => 'string', 1760 1760 'enum' => array_keys( get_post_stati( array( 'internal' => false ) ) ), 1761 'context' => array( ' edit' ),1761 'context' => array( 'view', 'edit' ), 1762 1762 ), 1763 1763 'type' => array(
Note: See TracChangeset
for help on using the changeset viewer.