Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (5 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/block.php

    r57760 r58187  
    88/**
    99 * Renders the `core/block` block on server.
     10 *
     11 * @since 5.0.0
     12 *
     13 * @global WP_Embed $wp_embed
    1014 *
    1115 * @param array $attributes The block attributes.
     
    96100/**
    97101 * Registers the `core/block` block.
     102 *
     103 * @since 5.3.0
    98104 */
    99105function register_block_core_block() {
Note: See TracChangeset for help on using the changeset viewer.