Removed redundant convert_chars (it is called during display)
git-svn-id: https://develop.svn.wordpress.org/trunk@860 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8631633ac2
commit
52beb61afc
@ -50,7 +50,6 @@ if ($comment == 'comment' || $comment == '') {
|
||||
$now = current_time('mysql');
|
||||
|
||||
$comment = balanceTags($comment, 1);
|
||||
$comment = convert_chars($comment);
|
||||
$comment = format_to_post($comment);
|
||||
|
||||
$comment_author = $author;
|
||||
|
Loading…
Reference in New Issue
Block a user