mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
commented out smiley conversion in comments RSS
git-svn-id: http://svn.automattic.com/wordpress/trunk@734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
567f076791
commit
7b434a5c54
@ -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…
x
Reference in New Issue
Block a user