Skip to content

Commit

Permalink
Fix wrong commas
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Feb 14, 2024
1 parent 99c7e35 commit 95e1a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/search/index.php
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 95e1a79

Please sign in to comment.