Changeset 1504 for trunk/wp-content
- Timestamp:
- 10/08/08 13:26:53 (2 months ago)
- Files:
-
- trunk/wp-content/themes/home/searchform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/themes/home/searchform.php
r978 r1504 1 1 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> 2 <label class="hidden" for="s"><?php _e('Search for:'); ?></label> 2 3 <div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> 3 4 <input type="submit" id="searchsubmit" value="Search" />
