diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
index 57ddc38078..f25be71bef 100644
a
|
b
|
class WP_REST_Menu_Items_Controller extends WP_REST_Posts_Controller { |
816 | 816 | ); |
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', |
822 | 822 | 'arg_options' => array( |