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/widget-group.php

    r54632 r58187  
    88/**
    99 * Renders the 'core/widget-group' block.
     10 *
     11 * @since 5.9.0
     12 *
     13 * @global array      $wp_registered_sidebars
     14 * @global int|string $_sidebar_being_rendered
    1015 *
    1116 * @param array    $attributes The block attributes.
     
    4348/**
    4449 * Registers the 'core/widget-group' block.
     50 *
     51 * @since 5.9.0
    4552 */
    4653function register_block_core_widget_group() {
     
    6067 * render_block_core_widget_group().
    6168 *
     69 * @since 5.9.0
     70 *
     71 * @global int|string $_sidebar_being_rendered
     72 *
    6273 * @param int|string $index       Index, name, or ID of the dynamic sidebar.
    6374 */
     
    7182 * Clear whatever we set in note_sidebar_being_rendered() after WordPress
    7283 * finishes rendering a sidebar.
     84 *
     85 * @since 5.9.0
     86 *
     87 * @global int|string $_sidebar_being_rendered
    7388 */
    7489function discard_sidebar_being_rendered() {
Note: See TracChangeset for help on using the changeset viewer.