- Timestamp:
- 10/31/2016 03:52:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r39046 r39047 1748 1748 'readonly' => true, 1749 1749 ), 1750 'password' => array( 1751 'description' => __( 'A password to protect access to the content and excerpt.' ), 1752 'type' => 'string', 1753 'context' => array( 'edit' ), 1754 ), 1750 1755 ), 1751 1756 ); … … 1949 1954 'context' => array( 'view', 'edit' ), 1950 1955 ); 1951 1952 $schema['properties']['password'] = array(1953 'description' => __( 'A password to protect access to the content and excerpt.' ),1954 'type' => 'string',1955 'context' => array( 'edit' ),1956 );1957 1956 } 1958 1957
Note: See TracChangeset
for help on using the changeset viewer.