From e7cf38f1e42f6653591160602a72f23b8fbc3797 Mon Sep 17 00:00:00 2001 From: rboren Date: Thu, 10 Jun 2004 08:28:38 +0000 Subject: [PATCH] Get edited comment content through $_POST. git-svn-id: http://svn.automattic.com/wordpress/trunk@1399 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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("