3c630ae296
git-svn-id: https://develop.svn.wordpress.org/trunk@2013 602fd350-edb4-49c9-b593-d223f7449a82
5 lines
252 B
PHP
5 lines
252 B
PHP
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
|
|
<div><input type="text" value="<?php echo bb_specialchars($s, 1); ?>" name="s" id="s" />
|
|
<input type="submit" id="searchsubmit" name="Submit" value="Go!" />
|
|
</div>
|
|
</form> |