- Timestamp:
- 05/25/2021 01:11:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
r49610 r51000 87 87 'args' => array( 88 88 'parent' => array( 89 'description' => __( 'The ID for the parent of the object.' ),89 'description' => __( 'The ID for the parent of the autosave.' ), 90 90 'type' => 'integer', 91 91 ), … … 113 113 'args' => array( 114 114 'parent' => array( 115 'description' => __( 'The ID for the parent of the object.' ),115 'description' => __( 'The ID for the parent of the autosave.' ), 116 116 'type' => 'integer', 117 117 ), 118 118 'id' => array( 119 'description' => __( 'The ID for the object.' ),119 'description' => __( 'The ID for the autosave.' ), 120 120 'type' => 'integer', 121 121 ),
Note: See TracChangeset
for help on using the changeset viewer.