Changeset 11312 for trunk/wp-includes/general-template.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r11215 r11312 120 120 121 121 $form = '<form role="search" method="get" id="searchform" action="' . get_option('home') . '/" > 122 <div><label class=" invisible" for="s">' . __('Search for:') . '</label>122 <div><label class="screen-reader-text" for="s">' . __('Search for:') . '</label> 123 123 <input type="text" value="' . esc_attr(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" /> 124 124 <input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />
Note: See TracChangeset
for help on using the changeset viewer.