Merge pull request #248 from soulseekah/master

_s: Remove trailing single-quote in search button.
This commit is contained in:
Konstantin Obenland 2013-07-01 06:57:40 -07:00
commit d722bf10ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
<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" title="<?php _ex( 'Search for:', 'label', '_s' ); ?>" />
</label>
<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', '_s' ); ?>'" />
<input type="submit" class="search-submit" value="<?php echo esc_attr_x( 'Search', 'submit button', '_s' ); ?>" />
</form>