Make WordPress Core


Ignore:
Timestamp:
07/07/2022 12:30:50 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Misc. docblock enhancements in WP_REST_Menu_Items_Controller class, as per docblock standards.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php

    r53678 r53679  
    1818
    1919    /**
    20      * Get the nav menu item, if the ID is valid.
     20     * Gets the nav menu item, if the ID is valid.
    2121     *
    2222     * @since 5.9.0
     
    108108     *
    109109     * @param WP_REST_Request $request Full details about the request.
    110      *
    111110     * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
    112111     */
     
    200199     *
    201200     * @param WP_REST_Request $request Full details about the request.
    202      *
    203201     * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
    204202     */
     
    489487     * @since 5.9.0
    490488     *
    491      * @param WP_Post          $item   Post object.
     489     * @param WP_Post         $item    Post object.
    492490     * @param WP_REST_Request $request Request object.
    493491     * @return WP_REST_Response Response object.
     
    677675
    678676    /**
    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.
    680678     *
    681679     * @since 5.9.0
Note: See TracChangeset for help on using the changeset viewer.