Skip to content

Commit 8be9224

Browse files
committed
Changed the label for the search form submit button from 'go' to 'search'.
1 parent 0f01c62 commit 8be9224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: themes/jquery/searchform.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
?>
66
<form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
7-
<button type="submit" class="icon-search"><span class="visuallyhidden">go</span></button>
7+
<button type="submit" class="icon-search"><span class="visuallyhidden">search</span></button>
88
<label>
99
<span class="visuallyhidden">Search <?php bloginfo( 'name' ); ?></span>
1010
<input type="text" name="s" value="<?php echo get_search_query(); ?>"

0 commit comments

Comments
 (0)