Make WordPress Core


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

    r57578 r58187  
    1313 * we add a custom `data-id` attribute before rendering the gallery
    1414 * so that the Image Block can pick it up in its render_callback.
     15 *
     16 * @since 5.9.0
    1517 *
    1618 * @param array $parsed_block The block being rendered.
     
    3537/**
    3638 * Renders the `core/gallery` block on the server.
     39 *
     40 * @since 6.0.0
    3741 *
    3842 * @param array  $attributes Attributes of the block being rendered.
     
    128132     * However, this hook doesn't apply inner block updates when blocks are
    129133     * nested.
    130      * @todo: In the future, if this hook supports updating innerBlocks in
     134     * @todo In the future, if this hook supports updating innerBlocks in
    131135     * nested blocks, it should be refactored.
    132136     *
     
    165169/**
    166170 * Registers the `core/gallery` block on server.
     171 *
     172 * @since 5.9.0
    167173 */
    168174function register_block_core_gallery() {
Note: See TracChangeset for help on using the changeset viewer.