Skip to content

Commit a4ede9d

Browse files
cbravobernalgziolo
authored andcommitted
Fix wrong commas (#59029)
Co-authored-by: c4rl0sbr4v0 <[email protected]> Co-authored-by: gziolo <[email protected]>
1 parent b90fc4d commit a4ede9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/search/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function render_block_core_search( $attributes ) {
188188
)
189189
);
190190
$form_directives = '
191-
data-wp-interactive=\'"core/search"\''
191+
data-wp-interactive="core/search"'
192192
. $form_context .
193193
'data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
194194
data-wp-on--keydown="actions.handleSearchKeydown"

0 commit comments

Comments
 (0)