Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#13076 closed defect (bug) (fixed)

WP Class incorrectly checks against custom taxonomy and post_type names instead of query_var

Reported by: prettyboymp's profile prettyboymp Owned by:
Milestone: Priority: high
Severity: normal Version: 3.0
Component: Posts, Post Types Keywords: has-patch
Focuses: Cc:

Description

WP Class incorrectly checks against custom taxonomy and post_type names instead of query_var. This is causing sites that have a post_type and taxonomy with the same name to conflict.

Attachments (1)

13076.patch (823 bytes) - added by prettyboymp 15 years ago.

Download all attachments as: .zip

Change History (5)

@prettyboymp
15 years ago

#1 @scribu
15 years ago

  • Component changed from General to Post Types
  • Milestone changed from Unassigned to 3.0

I can confirm that I've been bitten by this bug.

#2 @dd32
15 years ago

Duplicate of #12857

#3 @scribu
15 years ago

  • Milestone 3.0 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

#4 @ryan
15 years ago

  • Resolution changed from duplicate to fixed

(In [14246]) Fix custom tax and post type query var checks. Props prettyboymp. fixes #12857 #13076

Note: See TracTickets for help on using tickets.