mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 23:55:12 +01:00
Remove left over debug output.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d97d4b74d7
commit
5b059e2e9e
@ -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