Opened 17 years ago
Closed 17 years ago
#5291 closed defect (bug) (fixed)
Blogroll -> Categories not AJAX
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Attached
- AJAX deletion for link categories.
- AJAX adding of link categories.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Forgot to say that the attached also sends categories in Manage -> Categories and link categories in Blogroll -> Categories through
get_category()
andget_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.