mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
52f7a34456
git-svn-id: http://svn.automattic.com/wordpress/trunk@2206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
241 B
PHP
5 lines
241 B
PHP
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
|
|
<div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
|
|
<input type="submit" id="searchsubmit" value="Search" />
|
|
</div>
|
|
</form> |