Changeset 57760 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 03/04/2024 02:06:57 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r57663 r57760 180 180 $aria_label_expanded = __( 'Submit Search' ); 181 181 $aria_label_collapsed = __( 'Expand search field' ); 182 $form_context = data_wp_context(182 $form_context = wp_interactivity_data_wp_context( 183 183 array( 184 184 'isSearchInputVisible' => $open_by_default,
Note: See TracChangeset
for help on using the changeset viewer.