Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5788 closed defect (bug) (fixed)

Extra underscore in category___not_in

Reported by: triplem's profile TripleM Owned by: ryan's profile ryan
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.3.2
Component: General Keywords:
Focuses: Cc:

Description

In Wordpress 2.3.2 on line 561 of wp-includes/query.php:

if ( !is_array($qv['category___not_in']) || empty($qv['category__not_in']) ) {

There is an extra underscore in the first category___not_in which meant category__not_in did not work for me at all. Worked fine when I removed it.

Change History (5)

#1 @markjaquith
17 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
17 years ago

  • Milestone changed from 2.6 to 2.3.4

This is was fixed in trunk by [6435]. I'll apply that to the 2.3 branch in case we do another 2.3 release.

#3 @ryan
17 years ago

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

(In [6745]) Remove extra underscores. fixes #5788 for 2.3

#4 @ryan
17 years ago

  • Milestone changed from 2.3.4 to 2.9

Milestone 2.3.4 deleted

#5 @westi
17 years ago

  • Milestone changed from 2.9 to 2.5
Note: See TracTickets for help on using tickets.