Ticket #15356: 15356_button_conflict.patch
| File 15356_button_conflict.patch, 647 bytes (added by batmoo, 3 years ago) |
|---|
-
wp-admin/edit-tags.php
228 228 <p class="search-box"> 229 229 <label class="screen-reader-text" for="tag-search-input"><?php echo $tax->labels->search_items; ?>:</label> 230 230 <input type="text" id="tag-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 231 <?php submit_button( $tax->labels->search_items, 'button', 's ubmit', false ); ?>231 <?php submit_button( $tax->labels->search_items, 'button', 'search-items', false ); ?> 232 232 </p> 233 233 </form> 234 234 <br class="clear" />
