diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 07cff56258..b547c49a4a 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -883,11 +883,12 @@ function inline_edit_row( $screen ) {
- post_type "; - echo $bulk ? "bulk-edit-row bulk-edit-row-$screen->post_type" : "quick-edit-row quick-edit-row-$screen->post_type"; + post_type "; + 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"; ?>" style="display: none">