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/search.php

    r61009 r61077  
    184184                 ' . $form_context . '
    185185                 data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
    186                  data-wp-on-async--keydown="actions.handleSearchKeydown"
    187                  data-wp-on-async--focusout="actions.handleSearchFocusout"
     186                 data-wp-on--keydown="actions.handleSearchKeydown"
     187                 data-wp-on--focusout="actions.handleSearchFocusout"
    188188                ';
    189189        }
Note: See TracChangeset for help on using the changeset viewer.