File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ function shapely_pagination() {
291291function shapely_search_form ( $ form ) {
292292 $ form = '<form role="search" method="get" id="searchform" class="search-form" action=" ' . esc_url ( home_url ( '/ ' ) ) . '" >
293293 <label class="screen-reader-text" for="s"> ' . esc_html__ ( 'Search for: ' , 'shapely ' ) . '</label>
294- <input type="text" placeholder=" ' . esc_html__ ( 'Type Here ' , 'shapely ' ) . '" type="text" value=" ' . esc_attr ( get_search_query () ) . '" name="s" id="s" />
294+ <input type="text" placeholder=" ' . esc_html__ ( 'Type Here ' , 'shapely ' ) . '" value=" ' . esc_attr ( get_search_query () ) . '" name="s" id="s" />
295295 <button type="submit" class="searchsubmit"><i class="fa fa-search" aria-hidden="true"></i><span class="screen-reader-text"> ' . esc_attr__ ( 'Search ' , 'shapely ' ) . '</span></button>
296296 </form> ' ;
297297
You can’t perform that action at this time.
0 commit comments