mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-12 03:13:29 +01:00
Get edited comment content through $_POST.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6728151fd2
commit
e7cf38f1e4
@ -689,7 +689,7 @@ case 'editedcomment':
|
|||||||
} else {
|
} else {
|
||||||
$datemodif = '';
|
$datemodif = '';
|
||||||
}
|
}
|
||||||
$content = balanceTags($content);
|
$content = balanceTags($_POST['content']);
|
||||||
$content = format_to_post($content);
|
$content = format_to_post($content);
|
||||||
|
|
||||||
$result = $wpdb->query("
|
$result = $wpdb->query("
|
||||||
|
Loading…
Reference in New Issue
Block a user