Changeset 53679 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
- Timestamp:
- 07/07/2022 12:30:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
r53678 r53679 18 18 19 19 /** 20 * Get the nav menu item, if the ID is valid.20 * Gets the nav menu item, if the ID is valid. 21 21 * 22 22 * @since 5.9.0 … … 108 108 * 109 109 * @param WP_REST_Request $request Full details about the request. 110 *111 110 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 112 111 */ … … 200 199 * 201 200 * @param WP_REST_Request $request Full details about the request. 202 *203 201 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 204 202 */ … … 489 487 * @since 5.9.0 490 488 * 491 * @param WP_Post $itemPost object.489 * @param WP_Post $item Post object. 492 490 * @param WP_REST_Request $request Request object. 493 491 * @return WP_REST_Response Response object. … … 677 675 678 676 /** 679 * Retrieve Link Description Objects that should be added to the Schema for the posts collection.677 * Retrieves Link Description Objects that should be added to the Schema for the posts collection. 680 678 * 681 679 * @since 5.9.0
Note: See TracChangeset
for help on using the changeset viewer.