Remove left over debug output.
git-svn-id: https://develop.svn.wordpress.org/trunk@1611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
24fd61e7fc
commit
7ec1b62a42
@ -532,7 +532,6 @@ class WP_Query {
|
||||
}
|
||||
}
|
||||
|
||||
echo "where: $where <br />";
|
||||
$where = apply_filters('posts_where', $where);
|
||||
$where .= " GROUP BY $wpdb->posts.ID";
|
||||
$request = " SELECT $distinct * FROM $wpdb->posts $join WHERE 1=1".$where." ORDER BY post_" . $q['orderby'] . " $limits";
|
||||
|
Loading…
Reference in New Issue
Block a user