mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
853c59eeb3
git-svn-id: http://svn.automattic.com/wordpress/trunk@4171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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>
|