From 9e5a7a14f6dc6658d5c82309db6ceb23f92d7b6d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Apr 2010 02:58:23 +0000 Subject: [PATCH] Have quick/bulk edit styled per existence of hierarchical taxonomies for that post type. Reintroduce classes that are specific for post types. fixes #12883. git-svn-id: https://develop.svn.wordpress.org/trunk@14023 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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">