Ticket #5788 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

Extra underscore in category___not_in

Reported by: TripleM Owned by: 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

  • Owner changed from anonymous to ryan

comment:2   ryan4 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.

comment:3   ryan4 years ago

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

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

comment:4   ryan4 years ago

  • Milestone changed from 2.3.4 to 2.9

Milestone 2.3.4 deleted

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