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

    r54632 r58187  
    88/**
    99 * Renders the 'core/legacy-widget' block.
     10 *
     11 * @since 5.8.0
     12 *
     13 * @global int $wp_widget_factory.
    1014 *
    1115 * @param array $attributes The block attributes.
     
    5559/**
    5660 * Registers the 'core/legacy-widget' block.
     61 *
     62 * @since 5.8.0
    5763 */
    5864function register_block_core_legacy_widget() {
     
    7177 * set, renders a page containing a preview of the requested Legacy Widget
    7278 * block.
     79 *
     80 * @since 5.8.0
    7381 */
    7482function handle_legacy_widget_preview_iframe() {
Note: See TracChangeset for help on using the changeset viewer.