Ticket #55575: 55575.diff
File 55575.diff, 1.1 KB (added by , 2 years ago) |
---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
1611 1611 ?> 1612 1612 <tr id="<?php echo $bulk ? 'bulk-edit' : 'inline-edit'; ?>" class="<?php echo $classes; ?>" style="display: none"> 1613 1613 <td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange"> 1614 <div class="inline-edit-wrapper" role="region" aria-labelledby=" inline-edit-legend">1614 <div class="inline-edit-wrapper" role="region" aria-labelledby="<?php echo $bulk ? 'bulk' : 'quick'; ?>-edit-legend"> 1615 1615 <fieldset class="inline-edit-col-left"> 1616 <legend class="inline-edit-legend" id=" inline-edit-legend"><?php echo $bulk ? __( 'Bulk Edit' ) : __( 'Quick Edit' ); ?></legend>1616 <legend class="inline-edit-legend" id="<?php echo $bulk ? 'bulk' : 'quick'; ?>-edit-legend"><?php echo $bulk ? __( 'Bulk Edit' ) : __( 'Quick Edit' ); ?></legend> 1617 1617 <div class="inline-edit-col"> 1618 1618 1619 1619 <?php if ( post_type_supports( $screen->post_type, 'title' ) ) : ?>