mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Removed redundant convert_chars (it is called during display)
git-svn-id: http://svn.automattic.com/wordpress/trunk@860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7f1a69a83
commit
252f64ff98
@ -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