Selaa lähdekoodia

some l10n changes

manne 13 vuotta sitten
vanhempi
commit
2d440eaa1e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -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;