Change placeholder text in searchbar

This commit is contained in:
Jonathan Belcher 2017-11-28 15:45:55 -05:00
parent 06ee7026aa
commit 54e686c44e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<button type="submit">
<span class="dashicons dashicons-search"></span>
</button>
<input type="text" name="search" value="" placeholder="Search for an extension...">
<input type="text" name="search" value="" placeholder="Enter a search term and press enter">
<input type="hidden" name="page" value="wc-addons">
<input type="hidden" name="section" value="<?php echo esc_attr( $_GET['section'] ); ?>">
</form>