From 60a2fe8c4415dbaaf16f05af3c0d4d317bb2beb9 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@14023 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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">