Ticket #13201: get_search_form-home_url-path.patch
| File get_search_form-home_url-path.patch, 674 bytes (added by , 16 years ago) |
|---|
-
wp-includes/general-template.php
157 157 return; 158 158 } 159 159 160 $form = '<form role="search" method="get" id="searchform" action="' . home_url( ) . '/" >160 $form = '<form role="search" method="get" id="searchform" action="' . home_url( '/' ) . '" > 161 161 <div><label class="screen-reader-text" for="s">' . __('Search for:') . '</label> 162 162 <input type="text" value="' . get_search_query() . '" name="s" id="s" /> 163 163 <input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />