Make WordPress Core

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)

switch-to-in-category.patch (963 bytes ) - added by chmac 18 years ago.
Switch the ids to in-category
switch-to-in-link-category.patch (512 bytes ) - added by chmac 18 years ago.
Switch the ids to in-link-category

Download all attachments as: .zip

Change History (3)

@chmac
18 years ago

Switch the ids to in-category

@chmac
18 years ago

Switch the ids to in-link-category

#1 @azaozz
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [10477]) Fix most popular link category list, props chmac, fixes #9012

Note: See TracTickets for help on using tickets.