scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wordpress 2.0.11
[autoinstalls/wordpress.git]
/
wp-content
/
themes
/
default
/
searchform.php
1
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
2
<div><input type="text" value="<?php echo attribute_escape($s); ?>" name="s" id="s" />
3
<input type="submit" id="searchsubmit" value="Search" />
4
</div>
5
</form>