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

    r57775 r58187  
    88/**
    99 * Determines whether a block list contains a block that uses the featured image.
     10 *
     11 * @since 6.0.0
    1012 *
    1113 * @param WP_Block_List $inner_blocks Inner block instance.
     
    3638 *
    3739 * @since 6.3.0 Changed render_block_context priority to `1`.
     40 *
     41 * @global WP_Query $wp_query WordPress Query object.
    3842 *
    3943 * @param array    $attributes Block attributes.
     
    144148/**
    145149 * Registers the `core/post-template` block on the server.
     150 *
     151 * @since 5.8.0
    146152 */
    147153function register_block_core_post_template() {
Note: See TracChangeset for help on using the changeset viewer.