mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Remove comment_text filter from get_comment_to_edit. fixes #4403 for 2.0
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6c42477e02
commit
1848248e7e
@ -322,7 +322,6 @@ function get_comment_to_edit($id) {
|
||||
$comment->comment_ID = (int) $comment->comment_ID;
|
||||
$comment->comment_post_ID = (int) $comment->comment_post_ID;
|
||||
|
||||
$comment->comment_content = apply_filters( 'comment_text', $comment->comment_content );
|
||||
$comment->comment_content = format_to_edit($comment->comment_content);
|
||||
$comment->comment_content = apply_filters('comment_edit_pre', $comment->comment_content);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user