Changeset 50152 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 02/02/2021 06:02:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r50124 r50152 1336 1336 'oneOf' => array( 1337 1337 array( 1338 'title' => __( 'Rotation' ),1339 'properties' => array(1338 'title' => __( 'Rotation' ), 1339 'properties' => array( 1340 1340 'type' => array( 1341 1341 'description' => __( 'Rotation type.' ), … … 1359 1359 ), 1360 1360 array( 1361 'title' => __( 'Crop' ),1362 'properties' => array(1361 'title' => __( 'Crop' ), 1362 'properties' => array( 1363 1363 'type' => array( 1364 1364 'description' => __( 'Crop type.' ),
Note: See TracChangeset
for help on using the changeset viewer.