Make WordPress Core


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

Docs: Various docblocks corrections.

See #57840.

File:
1 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     */
Note: See TracChangeset for help on using the changeset viewer.