Changeset 10100 for trunk/wp-includes/general-template.php
- Timestamp:
- 12/07/2008 05:09:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r9813 r10100 109 109 return; 110 110 111 $form = '<form method="get" id="searchform" action="' . get_option(' siteurl') . '/" >111 $form = '<form method="get" id="searchform" action="' . get_option('home') . '/" > 112 112 <label class="hidden" for="s">' . __('Search for:') . '</label> 113 <div><input type="text" value="' . the_search_query() . '" name="s" id="s" />113 <div><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.