Changeset 10356
- Timestamp:
- 01/14/2009 02:40:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r10348 r10356 110 110 111 111 $form = '<form method="get" id="searchform" action="' . get_option('home') . '/" > 112 < label class="hidden" for="s">' . __('Search for:') . '</label>113 < div><input type="text" value="' . attribute_escape(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" />112 <div><label class="hidden" for="s">' . __('Search for:') . '</label> 113 <input type="text" value="' . attribute_escape(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" /> 114 114 <input type="submit" id="searchsubmit" value="'.attribute_escape(__('Search')).'" /> 115 115 </div>
Note: See TracChangeset
for help on using the changeset viewer.