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.
Built from https://develop.svn.wordpress.org/trunk@53109


git-svn-id: http://core.svn.wordpress.org/trunk@52698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2022-04-08 17:05:03 +00:00
parent b79a708ab6
commit bd9478d512
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-53108';
$wp_version = '6.0-alpha-53109';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.