Ticket #5788 (closed defect (bug): fixed)
Extra underscore in category___not_in
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
- 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.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
