Make WordPress Core

Changeset 56257


Ignore:
Timestamp:
07/18/2023 07:35:16 AM (19 months ago)
Author:
audrasjb
Message:

Docs: Various docblocks corrections.

See #57840.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-classic-to-block-menu-converter.php

    r56256 r56257  
    7979     * @since 6.3.0
    8080     *
    81      * @param array $menu_items               An array of menu items that represent
    82      *                                        an individual level of a menu.
    83      * @param array $menu_items_by_parent_id  An array keyed by the id of the
    84      *                                        parent menu where each element is an
    85      *                                        array of menu items that belong to
    86      *                                        that parent.
     81     * @param array $menu_items              An array of menu items that represent
     82     *                                       an individual level of a menu.
     83     * @param array $menu_items_by_parent_id An array keyed by the id of the
     84     *                                       parent menu where each element is an
     85     *                                       array of menu items that belong to
     86     *                                       that parent.
    8787     * @return array An array of parsed block data.
    8888     */
  • trunk/src/wp-includes/class-wp-navigation-fallback.php

    r56256 r56257  
    126126
    127127    /**
    128      * Determine the most appropriate classic navigation menu to use as a fallback.
     128     * Determines the most appropriate classic navigation menu to use as a fallback.
    129129     *
    130130     * @since 6.3.0
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php

    r56256 r56257  
    148148     * @since 6.3.0
    149149     *
    150      * @param WP_Post         $item     The wp_navigation Post object whose response is being prepared.
    151      * @param WP_REST_Request $request  Request object.
     150     * @param WP_Post         $item    The wp_navigation Post object whose response is being prepared.
     151     * @param WP_REST_Request $request Request object.
    152152     * @return WP_REST_Response $response The response data.
    153153     */
Note: See TracChangeset for help on using the changeset viewer.