Opened 16 years ago
Closed 16 years ago
#12445 closed defect (bug) (fixed)
Admin Menu is getting dup IDs courtesy of custom post types?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | UI | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Highlighted in #12434: "However if you want to use your own icon, you won't be able to select your post type as all of them are assigned a 'menu-posts' id."
don't dup IDs break jQuery selectors, too? if so, it might be breaking our menu states scripts, and the like.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [14654]) Make sure custom post types have unique IDs in the admin menu. props validBen, fixes #12445.