Ticket #35418: 35418-2.3.patch
File 35418-2.3.patch, 496 bytes (added by , 9 years ago) |
---|
-
wp-includes/query.php
2822 2822 $where .= $clauses['where']; 2823 2823 } 2824 2824 2825 if ( $this->is_tax ) {2825 if ( $this->is_tax || $this->is_category || $this->is_tag ) { 2826 2826 if ( empty($post_type) ) { 2827 2827 // Do a fully inclusive search for currently registered post types of queried taxonomies 2828 2828 $post_type = array();