mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
f2799cb2e9
git-svn-id: http://svn.automattic.com/wordpress/trunk@13128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
325 B
PHP
7 lines
325 B
PHP
<form id="searchform" name="searchform" method="get" action="<?php echo home_url(); ?>">
|
|
<div>
|
|
<label for="s"><?php _e( 'Search', 'twentyten' ); ?></label>
|
|
<input type="text" id="s" name="s" />
|
|
<input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyten' ); ?>" />
|
|
</div>
|
|
</form>
|