Ticket #5788 (closed defect: fixed)

Opened 10 months ago

Last modified 4 months ago

Extra underscore in category___not_in

Reported by: TripleM Assigned to: ryan
Priority: normal Milestone: 2.5
Component: General Version: 2.3.2
Severity: normal Keywords:
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

02/07/08 03:59:03 changed by markjaquith

  • owner changed from anonymous to ryan.

02/07/08 04:03:45 changed by ryan

  • 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.

02/07/08 04:04:29 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

07/15/08 16:24:44 changed by ryan

  • milestone changed from 2.3.4 to 2.9.

Milestone 2.3.4 deleted

07/30/08 20:30:20 changed by westi

  • milestone changed from 2.9 to 2.5.