[wp-trac] [WordPress Trac] #62618: One taxonomy term selected, multiple terms applied
WordPress Trac
noreply at wordpress.org
Mon Dec 2 08:23:59 UTC 2024
#62618: One taxonomy term selected, multiple terms applied
--------------------------+------------------------------
Reporter: aljuk | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 6.7.1
Severity: major | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by elisavet2ww):
The problem is from post.min.js
{{{
h("#" + a + "checklist, #" + a + "checklist-pop").on("click", 'li.popular-
category > label input[type="checkbox"]', function() {
var t = h(this)
, e = t.is(":checked")
, i = t.val();
i && t.parents("#taxonomy-" + a).length && (h('input[id^="in-'
+ a + "-" + i + '"]').prop("checked", e),
h("input#in-popular-" + a + "-" + i).prop("checked", e))
})
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62618#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list