Removed debugging echo
git-svn-id: http://svn.automattic.com/wordpress/trunk@827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aeb8266341
commit
c26ac54929
|
@ -342,7 +342,7 @@ if ($preview) {
|
|||
}
|
||||
|
||||
// error_log("$request");
|
||||
echo $request;
|
||||
// echo $request;
|
||||
$posts = $wpdb->get_results($request);
|
||||
|
||||
// No point in doing all this work if we didn't match any posts.
|
||||
|
|
Loading…
Reference in New Issue