Make WordPress Core


Ignore:
Timestamp:
10/12/2023 01:55:27 PM (21 months ago)
Author:
hellofromTonya
Message:

Editor: Update npm packages ahead of 6.4 RC1.

Updates the npm packages and code for:

References:

Follow-up to [56818], [56816].

Props ellatrix, peterwilsoncc, jsnajdr, afercia, gziolo, isabel_brison, artemiosans, richtabor, bernhard-reiter, flixos90, mikachan, spacedmonkey, hellofromTonya.
See #59583, #59411.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/pattern.php

    r56710 r56849  
    88/**
    99 *  Registers the `core/pattern` block on the server.
    10  *
    11  * @return void
    1210 */
    1311function register_block_core_pattern() {
     
    4745    // This can be removed when the minimum supported WordPress is >= 6.4.
    4846    if ( defined( 'IS_GUTENBERG_PLUGIN' ) && IS_GUTENBERG_PLUGIN && ! function_exists( 'traverse_and_serialize_blocks' ) ) {
    49         $content = _inject_theme_attribute_in_block_template_content( $content );
    5047        $blocks  = parse_blocks( $content );
    5148        $content = gutenberg_serialize_blocks( $blocks );
Note: See TracChangeset for help on using the changeset viewer.