re-enabling smilies in comments rss

git-svn-id: http://svn.automattic.com/wordpress/trunk@735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2004-01-07 03:00:10 +00:00
parent 7b434a5c54
commit b4c8ae6c9b
1 changed files with 1 additions and 2 deletions

View File

@ -1785,8 +1785,7 @@ function comment_text_rss() {
$comment_text = convert_chars($comment_text);
$comment_text = convert_bbcode($comment_text);
$comment_text = convert_gmcode($comment_text);
// smiley conversion is breaking things
// $comment_text = convert_smilies($comment_text);
$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);