Make WordPress Core

Changeset 16655


Ignore:
Timestamp:
12/01/2010 06:21:42 PM (15 years ago)
Author:
scribu
Message:

Fix edit-tags button conflict. Props batmoo. Fixes #15356

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r16438 r16655  
    229229    <label class="screen-reader-text" for="tag-search-input"><?php echo $tax->labels->search_items; ?>:</label>
    230230    <input type="text" id="tag-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    231     <?php submit_button( $tax->labels->search_items, 'button', 'submit', false ); ?>
     231    <?php submit_button( $tax->labels->search_items, 'button', 'search-items', false ); ?>
    232232</p>
    233233</form>
Note: See TracChangeset for help on using the changeset viewer.