﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
8731,Taxonomies set $post_status_join = true seems unnecessarily,bkrausz,ryan,"Pretty self explanatory.  On line 1964 in wp-includes/query.php $post_status_join is set to true if a taxonomy search is done.  This makes it impossibly to use a query to limit a taxonomy search to published posts.

For example, /wp-admin/edit.php?taxonomy=thing&term=thing-1 will return revisions regardless of any other parameters, making impossible to duplicated the functionality of, say /wp-admin/edit.php?category_name=uncategorized, which will only show published posts.


",defect (bug),closed,normal,2.8,Taxonomy,2.7,major,fixed,has-patch,gortsleigh
