Remove cruft that slipped in.

git-svn-id: https://develop.svn.wordpress.org/trunk@6722 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-05 03:12:39 +00:00
parent 8ce8819434
commit 7e9dd43b6a
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" />