Skip to content

Commit 0da3849

Browse files
Merge pull request #246 from Jozze/master
redundant input type definition
2 parents 3da6777 + c3bb806 commit 0da3849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/extras.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function shapely_pagination() {
291291
function 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

0 commit comments

Comments
 (0)