﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16967,Adding cat=-# removes sorting,jdingman,scribu,"When adding in cat=-20, it stops sorting

{{{
$my_query = new WP_Query('cat=-20&posts_per_page=10&orderby=date&order=DESC');
}}}

when I run it like this:


{{{
$my_query = new WP_Query('posts_per_page=10&orderby=date&order=DESC');
}}}


it works like I expect it will.

I tested it in the array format as well, and adding {{{category__not_in}}} removes the sorting I add to it",defect (bug),closed,normal,,Query,3.1,normal,duplicate,,
