9e8323d14d
git-svn-id: https://develop.svn.wordpress.org/trunk@4171 602fd350-edb4-49c9-b593-d223f7449a82
6 lines
225 B
PHP
6 lines
225 B
PHP
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
|
|
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
|
|
<input type="submit" id="searchsubmit" value="Search" />
|
|
</div>
|
|
</form>
|