commented out smiley conversion in comments RSS
git-svn-id: https://develop.svn.wordpress.org/trunk@734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6a6260666f
commit
9ac496ee20
@ -1785,7 +1785,8 @@ function comment_text_rss() {
|
||||
$comment_text = convert_chars($comment_text);
|
||||
$comment_text = convert_bbcode($comment_text);
|
||||
$comment_text = convert_gmcode($comment_text);
|
||||
$comment_text = convert_smilies($comment_text);
|
||||
// smiley conversion is breaking things
|
||||
// $comment_text = convert_smilies($comment_text);
|
||||
$comment_text = apply_filters('comment_text', $comment_text);
|
||||
$comment_text = strip_tags($comment_text);
|
||||
$comment_text = htmlspecialchars($comment_text);
|
||||
|
Loading…
Reference in New Issue
Block a user