diff --git a/src/wp-content/themes/twentyseventeen/searchform.php b/src/wp-content/themes/twentyseventeen/searchform.php index 7dd83b579ed88..6196de0fa4539 100644 --- a/src/wp-content/themes/twentyseventeen/searchform.php +++ b/src/wp-content/themes/twentyseventeen/searchform.php @@ -12,7 +12,11 @@ - + diff --git a/src/wp-content/themes/twentysixteen/searchform.php b/src/wp-content/themes/twentysixteen/searchform.php index 1f770ac8bffbc..9ae5c8d618541 100644 --- a/src/wp-content/themes/twentysixteen/searchform.php +++ b/src/wp-content/themes/twentysixteen/searchform.php @@ -9,7 +9,11 @@ ?> - + diff --git a/src/wp-content/themes/twentytwenty/searchform.php b/src/wp-content/themes/twentytwenty/searchform.php index 331a366198f00..958b58b39b71c 100644 --- a/src/wp-content/themes/twentytwenty/searchform.php +++ b/src/wp-content/themes/twentytwenty/searchform.php @@ -22,8 +22,13 @@ if ( empty( $twentytwenty_aria_label ) && ! empty( $args['label'] ) ) { $twentytwenty_aria_label = 'aria-label="' . esc_attr( $args['label'] ) . '"'; } + +$twentytwenty_wrap_in_search = ! empty( $args['wrap_in_search'] ); ?> -
method="get" class="search-form" action=""> + +> + +method="get" class="search-form" action="">