Make WordPress Core


Ignore:
Timestamp:
10/28/2025 12:24:06 PM (10 months ago)
Author:
ellatrix
Message:

Update Gutenberg packages for Beta 2.

Merges commits on the wp/6.9 branch.
See https://github.com/WordPress/gutenberg/commits/wp/6.9/.

Fixes #64158.
Props priethor, ellatrix.

File:
1 edited

Legend:

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

    r59775 r61077  
    7171                        $p->set_attribute( 'data-wp-key', 'query-pagination-previous' );
    7272                        $p->set_attribute( 'data-wp-on--click', 'core/query::actions.navigate' );
    73                         $p->set_attribute( 'data-wp-on-async--mouseenter', 'core/query::actions.prefetch' );
     73                        $p->set_attribute( 'data-wp-on--mouseenter', 'core/query::actions.prefetch' );
    7474                        $p->set_attribute( 'data-wp-watch', 'core/query::callbacks.prefetch' );
    7575                        $content = $p->get_updated_html();
Note: See TracChangeset for help on using the changeset viewer.