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/template-part.php

    r57578 r58187  
    88/**
    99 * Renders the `core/template-part` block on the server.
     10 *
     11 * @since 5.9.0
     12 *
     13 * @global WP_Embed $wp_embed WordPress Embed object.
    1014 *
    1115 * @param array $attributes The block attributes.
     
    175179 * Returns an array of area variation objects for the template part block.
    176180 *
     181 * @since 6.1.0
     182 *
    177183 * @param array $instance_variations The variations for instances.
    178184 *
     
    212218/**
    213219 * Returns an array of instance variation objects for the template part block
     220 *
     221 * @since 6.1.0
    214222 *
    215223 * @return array Array containing the block variation objects.
     
    267275 * Returns an array of all template part block variations.
    268276 *
     277 * @since 5.9.0
     278 *
    269279 * @return array Array containing the block variation objects.
    270280 */
     
    277287/**
    278288 * Registers the `core/template-part` block on the server.
     289 *
     290 * @since 5.9.0
    279291 */
    280292function register_block_core_template_part() {
Note: See TracChangeset for help on using the changeset viewer.