We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1db239 commit 9b3a618Copy full SHA for 9b3a618
themes/jquery/searchform.php
@@ -8,6 +8,6 @@
8
<label>
9
<span class="visuallyhidden">Search <?php bloginfo( 'name' ); ?></span>
10
<input type="text" name="s" value="<?php echo get_search_query(); ?>"
11
- placeholder="Search <?php bloginfo( 'name' ); ?>">
+ placeholder="Search <?php bloginfo( 'name' ); ?>" autofocus>
12
</label>
13
</form>
0 commit comments