From 85acf6cfc47599812612a3a4eef5112f87229aea Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sat, 18 Sep 2004 05:56:28 +0000 Subject: [PATCH] Fix boulk comment delete. Bug 291. Patch from ringmaster. git-svn-id: https://develop.svn.wordpress.org/trunk@1690 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index fb70ef4b3a..7f11719289 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -38,7 +38,7 @@ function checkAll(form) get_var("SELECT comment_post_ID FROM $wpdb->comments WHERE comment_ID = $comment"); $authordata = get_userdata( $wpdb->get_var("SELECT post_author FROM $wpdb->posts WHERE ID = $post_id") );