Changeset 51000 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- 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-attachments-controller.php
r50810 r51000 35 35 'args' => array( 36 36 'id' => array( 37 'description' => __( 'Unique identifier for the object.' ),37 'description' => __( 'Unique identifier for the attachment.' ), 38 38 'type' => 'integer', 39 39 ), … … 889 889 'properties' => array( 890 890 'raw' => array( 891 'description' => __( 'Description for the object, as it exists in the database.' ),891 'description' => __( 'Description for the attachment, as it exists in the database.' ), 892 892 'type' => 'string', 893 893 'context' => array( 'edit' ), 894 894 ), 895 895 'rendered' => array( 896 'description' => __( 'HTML description for the object, transformed for display.' ),896 'description' => __( 'HTML description for the attachment, transformed for display.' ), 897 897 'type' => 'string', 898 898 'context' => array( 'view', 'edit' ),
Note: See TracChangeset
for help on using the changeset viewer.