Remove cruft that slipped in.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-05 03:12:39 +00:00
parent 9b10127afb
commit ae364a2262
1 changed files with 0 additions and 5 deletions

View File

@ -87,11 +87,6 @@ $messages[5] = __('Tag not updated.');
<h2><?php _e('Tags') ?> </h2>
<?php endif; ?>
<p id="tag-search">
<input type="text" id="tag-search-input" name="s" value="<?php echo attribute_escape( stripslashes( $_GET[ 's' ]) ); ?>" />
<input type="submit" id="post-query-submit" value="<?php _e( 'Search Widgets' ); ?>" />
</p>
<form name="searchform" id="searchform" action="" method="get">
<input type="text" name="s" id="s" value="<?php echo attribute_escape( stripslashes( $_GET[ 's' ]) ); ?>" size="17" />
<input type="submit" id="post-query-submit" value="<?php _e('Search Tags'); ?>" class="button" />