mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Quick/Bulk Edit: Prevent assigning posts to default categories during bulk edit.
During a bulk edit of posts with different categories, the categories for the edited posts would be reset to the default category: uncategorized by default. This reverts [56712] to resolve the issue. Props peterwilsoncc, hellofromtonya, jorbin. Fixes #59837. See #11302. git-svn-id: https://develop.svn.wordpress.org/trunk@57093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1147,17 +1147,6 @@ ul.cat-checklist {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
content: '';
|
||||
border-top: 2px solid grey;
|
||||
width: 65%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: calc( 50% + 1px );
|
||||
left: 50%;
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
|
||||
#bulk-titles .ntdelbutton,
|
||||
#bulk-titles .ntdeltitle,
|
||||
.inline-edit-row fieldset ul.cat-checklist label {
|
||||
|
||||
Reference in New Issue
Block a user