|
|
@@ -149,7 +149,7 @@ function bones_comments($comment, $args, $depth) {
|
|
|
function bones_wpsearch($form) {
|
|
|
$form = '<form role="search" method="get" id="searchform" action="' . home_url( '/' ) . '" >
|
|
|
<label class="screen-reader-text" for="s">' . __('Search for:', 'bonestheme') . '</label>
|
|
|
- <input type="text" value="' . get_search_query() . '" name="s" id="s" placeholder="Search the Site..." />
|
|
|
+ <input type="text" value="' . get_search_query() . '" name="s" id="s" placeholder=".esc_attr__('Search the Site...','bonestheme').'" />
|
|
|
<input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />
|
|
|
</form>';
|
|
|
return $form;
|