Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (9 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/page-list.php

    r56065 r58187  
    99 * Build an array with CSS classes and inline styles defining the colors
    1010 * which will be applied to the pages markup in the front-end when it is a descendant of navigation.
     11 *
     12 * @since 5.8.0
    1113 *
    1214 * @param  array $attributes Block attributes.
     
    101103 * Build an array with CSS classes and inline styles defining the font sizes
    102104 * which will be applied to the pages markup in the front-end when it is a descendant of navigation.
     105 *
     106 * @since 5.8.0
    103107 *
    104108 * @param  array $context Navigation block context.
     
    136140 * Outputs Page list markup from an array of pages with nested children.
    137141 *
     142 * @since 5.8.0
     143 *
    138144 * @param boolean $open_submenus_on_click Whether to open submenus on click instead of hover.
    139145 * @param boolean $show_submenu_icons Whether to show submenu indicator icons.
     
    221227 * Outputs nested array of pages
    222228 *
     229 * @since 5.8.0
     230 *
    223231 * @param array $current_level The level being iterated through.
    224232 * @param array $children The children grouped by parent post ID.
     
    240248/**
    241249 * Renders the `core/page-list` block on server.
     250 *
     251 * @since 5.8.0
    242252 *
    243253 * @param array    $attributes The block attributes.
     
    346356/**
    347357 * Registers the `core/pages` block on server.
     358 *
     359 * @since 5.8.0
    348360 */
    349361function register_block_core_page_list() {
Note: See TracChangeset for help on using the changeset viewer.