Fix edit-tags button conflict. Props batmoo. Fixes #15356
git-svn-id: https://develop.svn.wordpress.org/trunk@16655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9d24f16fd1
commit
b66531bb04
@ -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
Block a user