Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5291 closed defect (bug) (fixed)

Blogroll -> Categories not AJAX

Reported by: mdawaffe's profile mdawaffe Owned by: mdawaffe's profile mdawaffe
Milestone: 2.5 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch 2nd-opinion
Focuses: Cc:

Description

Attached

  1. AJAX deletion for link categories.
  2. AJAX adding of link categories.

Attachments (1)

5291.diff (9.3 KB) - added by mdawaffe 17 years ago.

Download all attachments as: .zip

Change History (3)

@mdawaffe
17 years ago

#1 @mdawaffe
17 years ago

  • Keywords 2nd-opinion added; commit removed
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

Forgot to say that the attached also sends categories in Manage -> Categories and link categories in Blogroll -> Categories through get_category() and get_term(), respectively.

This means they get sent through the various filters (including sanitation and display filters) found in get_term(), sanitize_term(), etc.

If we don't want to do that, I can submit a tweaked patch.

#2 @ryan
17 years ago

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

(In [6299]) AJAX for link category add and delete. Props mdawaffe. fixes #5291

Note: See TracTickets for help on using tickets.