mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-03 14:11:25 +01:00
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:
parent
9b10127afb
commit
ae364a2262
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user