Changeset 39264 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 11/16/2016 12:17:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r39161 r39264 454 454 455 455 $schema['properties']['post'] = array( 456 'description' => __( 'The idfor the associated post of the resource.' ),456 'description' => __( 'The ID for the associated post of the resource.' ), 457 457 'type' => 'integer', 458 458 'context' => array( 'view', 'edit' ),
Note: See TracChangeset
for help on using the changeset viewer.