- File:
-
- 1 edited
-
trunk/wp-content/themes/default/searchform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/searchform.php
r4171 r3134 1 1 <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> 2 <div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />2 <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> 3 3 <input type="submit" id="searchsubmit" value="Search" /> 4 4 </div>
Note: See TracChangeset
for help on using the changeset viewer.