diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php
index 40f5315..e8ffed4 100644
a
|
b
|
class WP_Posts_List_Table extends WP_List_Table { |
1379 | 1379 | while ( $bulk < 2 ) { ?> |
1380 | 1380 | |
1381 | 1381 | <tr id="<?php echo $bulk ? 'bulk-edit' : 'inline-edit'; ?>" class="inline-edit-row inline-edit-row-<?php echo "$hclass inline-edit-" . $screen->post_type; |
1382 | | echo $bulk ? " bulk-edit-row bulk-edit-row-$hclass bulk-edit-{$screen->post_type}" : " quick-edit-row quick-edit-row-$hclass inline-edit-{$screen->post_type}"; |
| 1382 | echo $bulk ? " bulk-edit-row bulk-edit-row-$hclass bulk-edit-{$screen->post_type}" : " quick-edit-row quick-edit-row-$hclass"; |
1383 | 1383 | ?>" style="display: none"><td colspan="<?php echo $this->get_column_count(); ?>" class="colspanchange"> |
1384 | 1384 | |
1385 | 1385 | <fieldset class="inline-edit-col-left"> |