Opened 18 years ago
Closed 18 years ago
#9012 closed defect (bug) (fixed)
Most popular link category list is broken
| Reported by: | chmac | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
wp_popular_terms_checklist() creates <inputs with ids "in-link-category-id" but the link.js syncCheck() function references id in-category.
These both need to be either in-link-category or in-category for the most popular list to work on the link edit page.
One of the two attached patches will resolve this issue.
Attachments (2)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Switch the ids to in-category