We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90fc4d commit a4ede9dCopy full SHA for a4ede9d
packages/block-library/src/search/index.php
@@ -188,7 +188,7 @@ function render_block_core_search( $attributes ) {
188
)
189
);
190
$form_directives = '
191
- data-wp-interactive=\'"core/search"\''
+ data-wp-interactive="core/search"'
192
. $form_context .
193
'data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
194
data-wp-on--keydown="actions.handleSearchKeydown"
0 commit comments