Delete searchform.php

This commit is contained in:
Ulrich Pogson 2013-12-22 21:33:48 +01:00
parent cb52da6f23
commit dbbb3899e5
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
<?php
/**
* The template for displaying search forms in _s
*
* @package _s
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<span class="screen-reader-text"><?php _ex( 'Search for:', 'label', '_s' ); ?></span>
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search &hellip;', 'placeholder', '_s' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s">
</label>
<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', '_s' ); ?>">
</form>