mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Quick/Bulk Edit: Fix padding in term quick edit.
Fix missing padding on quick edit for taxonomy terms following accessibility changes in [53096]. Props afercia. Fixes #35483. git-svn-id: https://develop.svn.wordpress.org/trunk@53109 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -656,6 +656,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
||||
|
||||
<tr id="inline-edit" class="inline-edit-row" style="display: none">
|
||||
<td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange">
|
||||
<div class="inline-edit-wrapper">
|
||||
|
||||
<fieldset>
|
||||
<legend class="inline-edit-legend"><?php _e( 'Quick Edit' ); ?></legend>
|
||||
@@ -708,6 +709,7 @@ class WP_Terms_List_Table extends WP_List_Table {
|
||||
<p class="error"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</td></tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user