Skip to content

Commit

Permalink
Fix wrong commas (#59029)
Browse files Browse the repository at this point in the history
Co-authored-by: c4rl0sbr4v0 <cbravobernal@git.wordpress.org>
Co-authored-by: gziolo <gziolo@git.wordpress.org>
  • Loading branch information
3 people authored and youknowriad committed Feb 20, 2024
1 parent b90fc4d commit a4ede9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/search/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function render_block_core_search( $attributes ) {
)
);
$form_directives = '
data-wp-interactive=\'"core/search"\''
data-wp-interactive="core/search"'
. $form_context .
'data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
data-wp-on--keydown="actions.handleSearchKeydown"
Expand Down

0 comments on commit a4ede9d

Please sign in to comment.