Skip to content

Commit

Permalink
All: Changed search field placeholder to just 'Search'. Fixes #233.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed May 16, 2013
1 parent e644ad6 commit 81dc9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jquery/searchform.php
Expand Up @@ -8,6 +8,6 @@
<label>
<span class="visuallyhidden">Search <?php bloginfo( 'name' ); ?></span>
<input type="text" name="s" value="<?php echo get_search_query(); ?>"
placeholder="Search <?php bloginfo( 'name' ); ?>">
placeholder="Search">
</label>
</form>

0 comments on commit 81dc9d9

Please sign in to comment.