Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#3591 closed defect (bug) (fixed)

Cat ID filter must go at the end of insert_category()

Reported by: donncha's profile donncha Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords:
Focuses: Cc:

Description

Unfortunately the cat_ID filter must go at the end of insert_category(). In discussion on the previous patch, #3458, the filter was moved above the other filters, but that doesn't work.

I've attached a patch that moves the appropriate code to the end of the function.

Attachments (1)

patch.diff (789 bytes) - added by donncha 18 years ago.

Download all attachments as: .zip

Change History (2)

@donncha
18 years ago

#1 @ryan
18 years ago

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

(In [4749]) Cat ID filter relo. Props donncha. fixes #3591

Note: See TracTickets for help on using tickets.