Fix edit-tags button conflict. Props batmoo. Fixes #15356
git-svn-id: http://svn.automattic.com/wordpress/trunk@16655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93f077ce74
commit
f75da0a4ab
|
@ -228,7 +228,7 @@ endif; ?>
|
|||
<p class="search-box">
|
||||
<label class="screen-reader-text" for="tag-search-input"><?php echo $tax->labels->search_items; ?>:</label>
|
||||
<input type="text" id="tag-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
<?php submit_button( $tax->labels->search_items, 'button', 'submit', false ); ?>
|
||||
<?php submit_button( $tax->labels->search_items, 'button', 'search-items', false ); ?>
|
||||
</p>
|
||||
</form>
|
||||
<br class="clear" />
|
||||
|
|
Loading…
Reference in New Issue