id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 28007,any post_status blocks others,zugort,wonderboymusic,"Using WP_Query with a post_status argument array('any', 'trash') does only notice the any, so the corresponding SQL statement does look like: {{{ AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft')) }}} And not how expected: {{{ AND (wp_posts.post_status <> 'auto-draft') }}}",defect (bug),closed,normal,4.0,Query,3.8,normal,fixed,has-patch,,