Revert "Add searchform partial and function to replace default WordPress functionality"

This commit is contained in:
Ben Word
2018-09-06 19:12:32 -06:00
committed by GitHub
parent 798e1a2ef1
commit b7aeb66655
2 changed files with 0 additions and 32 deletions

View File

@@ -1,7 +0,0 @@
<form role="search" method="get" class="search-form" action="{{ $sf_action }}">
<label>
<span class="screen-reader-text">{{ $sf_screen_reader_text }}</span>
<input type="search" class="search-field" placeholder="{!! $sf_placeholder !!}" value="{{ $sf_current_query }}" name="s">
</label>
<input type="submit" class="search-submit" value="{{ $sf_submit_text }}">
</form>