Skip to content

Commit

Permalink
Appease the PHP formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Dec 12, 2024
1 parent 806c330 commit 2e7432d
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 @@ -200,7 +200,7 @@ function render_block_core_search( $attributes, $content, $block ) {
'ariaLabelExpanded' => $aria_label_expanded,
'ariaLabelCollapsed' => $aria_label_collapsed,
);
$form_directives .= '
$form_directives .= '
data-wp-class--wp-block-search__searchfield-hidden="!context.isSearchInputVisible"
data-wp-on-async--keydown="actions.handleSearchKeydown"
data-wp-on-async--focusout="actions.handleSearchFocusout"
Expand Down

0 comments on commit 2e7432d

Please sign in to comment.