Changeset 56257
- Timestamp:
- 07/18/2023 07:35:16 AM (19 months ago)
- 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 79 79 * @since 6.3.0 80 80 * 81 * @param array $menu_items 82 * 83 * @param array $menu_items_by_parent_id 84 * 85 * 86 * 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. 87 87 * @return array An array of parsed block data. 88 88 */ -
trunk/src/wp-includes/class-wp-navigation-fallback.php
r56256 r56257 126 126 127 127 /** 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. 129 129 * 130 130 * @since 6.3.0 -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php
r56256 r56257 148 148 * @since 6.3.0 149 149 * 150 * @param WP_Post $item 151 * @param WP_REST_Request $request 150 * @param WP_Post $item The wp_navigation Post object whose response is being prepared. 151 * @param WP_REST_Request $request Request object. 152 152 * @return WP_REST_Response $response The response data. 153 153 */
Note: See TracChangeset
for help on using the changeset viewer.