- Timestamp:
- 11/23/2016 02:46:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r39342 r39343 1929 1929 'description' => __( 'The theme file to use to display the object.' ), 1930 1930 'type' => 'string', 1931 'enum' => array_ keys( wp_get_theme()->get_page_templates( null, $this->post_type) ),1931 'enum' => array_merge( array_keys( wp_get_theme()->get_page_templates( null, $this->post_type ) ), array( '' ) ), 1932 1932 'context' => array( 'view', 'edit' ), 1933 1933 );
Note: See TracChangeset
for help on using the changeset viewer.