Changeset 52541
- Timestamp:
- 01/08/2022 07:33:56 AM (21 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
r52276 r52541 817 817 818 818 $schema['properties']['object'] = array( 819 'description' => __( 'The type of object originally represented, such as "category ," "post", or "attachment."' ),819 'description' => __( 'The type of object originally represented, such as "category", "post", or "attachment".' ), 820 820 'context' => array( 'view', 'edit', 'embed' ), 821 821 'type' => 'string', -
branches/5.9/tests/qunit/fixtures/wp-api-generated.js
r52434 r52541 3762 3762 }, 3763 3763 "object": { 3764 "description": "The type of object originally represented, such as \"category ,\" \"post\", or \"attachment.\"",3764 "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", 3765 3765 "type": "string", 3766 3766 "required": false … … 3950 3950 }, 3951 3951 "object": { 3952 "description": "The type of object originally represented, such as \"category ,\" \"post\", or \"attachment.\"",3952 "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", 3953 3953 "type": "string", 3954 3954 "required": false … … 4135 4135 }, 4136 4136 "object": { 4137 "description": "The type of object originally represented, such as \"category ,\" \"post\", or \"attachment.\"",4137 "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".", 4138 4138 "type": "string", 4139 4139 "required": false
Note: See TracChangeset
for help on using the changeset viewer.