From d737a7b7a44143f9e44ce4aa4578f6f3b6a0091b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 10 Jun 2004 08:28:38 +0000 Subject: [PATCH] Get edited comment content through $_POST. git-svn-id: https://develop.svn.wordpress.org/trunk@1399 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 4d05d18347..abf165da91 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -689,7 +689,7 @@ case 'editedcomment': } else { $datemodif = ''; } - $content = balanceTags($content); + $content = balanceTags($_POST['content']); $content = format_to_post($content); $result = $wpdb->query("