Make WordPress Core


Ignore:
Timestamp:
03/04/2024 02:06:57 PM (15 months ago)
Author:
youknowriad
Message:

Editor: Update Packages with the latest bug fixes for 6.5 RC 1

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

Props get_dave, youknowriad, talldanwp.
See #60315.
Fixes #60665.

File:
1 edited

Legend:

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

    r57663 r57760  
    180180        $aria_label_expanded  = __( 'Submit Search' );
    181181        $aria_label_collapsed = __( 'Expand search field' );
    182         $form_context         = data_wp_context(
     182        $form_context         = wp_interactivity_data_wp_context(
    183183            array(
    184184                'isSearchInputVisible' => $open_by_default,
Note: See TracChangeset for help on using the changeset viewer.