Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#3453 closed defect (bug) (fixed)

Manage Blogroll shows incorrect categories

Reported by: mdawaffe's profile mdawaffe Owned by: mdawaffe's profile mdawaffe
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

Shows only post categories.

Problem: get_categories() only checks category_count if hierarchical.

Attached: checks link_count when type=link.

Attachments (1)

3453.diff (943 bytes) - added by mdawaffe 19 years ago.

Download all attachments as: .zip

Change History (4)

@mdawaffe
19 years ago

#1 @mdawaffe
19 years ago

  • Keywords has-patch commit added
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

#2 @westi
19 years ago

This is a dupe of #3446 (which i fixed in a different way this morning!)

#3 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4627]) Check link_count not category_count when doing link hierarchy. Props mdawaffe. fixes #3453

Note: See TracTickets for help on using tickets.