Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_filter('get_search_form', 'ka_new_search_button');
  2. function ka_new_search_button($text) {
  3.   $text = str_replace('value="Search"', 'value="Go"', $text);
  4.   return $text;
  5.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement