Make WordPress Core


Ignore:
Timestamp:
02/13/2024 01:10:05 PM (15 months ago)
Author:
youknowriad
Message:

Editor: Update Packages with the latest bug fixes for 6.5 beta1.

It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/58964

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

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

    r57578 r57619  
    5050        if ( $p->next_tag() ) {
    5151            // Add the necessary directives.
    52             $p->set_attribute( 'data-wp-interactive', '{"namespace":"core/query"}' );
     52            $p->set_attribute( 'data-wp-interactive', 'core/query' );
    5353            $p->set_attribute( 'data-wp-router-region', 'query-' . $attributes['queryId'] );
    5454            $p->set_attribute( 'data-wp-init', 'callbacks.setQueryRef' );
Note: See TracChangeset for help on using the changeset viewer.