Changeset 9813
- Timestamp:
- 11/20/2008 05:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r9804 r9813 112 112 <label class="hidden" for="s">' . __('Search for:') . '</label> 113 113 <div><input type="text" value="' . the_search_query() . '" name="s" id="s" /> 114 <input type="submit" id="searchsubmit" value=" Search" />114 <input type="submit" id="searchsubmit" value="'.attribute_escape(__('Search')).'" /> 115 115 </div> 116 116 </form>';
Note: See TracChangeset
for help on using the changeset viewer.