mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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>
|