Skip to content

Commit

Permalink
Add a default text for the search "submit" button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 2, 2012
1 parent 1ba989f commit c33b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/widget-search.php
Expand Up @@ -131,7 +131,7 @@ function form( $instance ) {
'title' => esc_attr__( 'Search', 'hybrid-core' ),
'theme_search' => false,
'search_label' => '',
'search_text' => '',
'search_text' => esc_attr__( 'Submit', 'hybrid-core' ),
'search_submit' => ''
);

Expand Down

0 comments on commit c33b812

Please sign in to comment.