mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-27 02:31:40 +01:00
1fb181a4eb
git-svn-id: http://svn.automattic.com/wordpress/trunk@13012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
260 B
PHP
7 lines
260 B
PHP
<form id="searchform" name="searchform" method="get" action="/">
|
|
<div>
|
|
<label for="s">Search</label>
|
|
<input type="text" id="s" name="s" />
|
|
<input type="submit" id="searchsubmit" value="<?php _e('Search', 'twentyten'); ?>" />
|
|
</div>
|
|
</form> |