WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#3591 closed defect (bug) (fixed)

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

Reported by: donncha Owned by: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords:
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 6 years ago.

Download all attachments as: .zip

Change History (2)

donncha6 years ago

comment:1 ryan6 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.