この間2.2に上げてからコメント欄がおかしいなあと思ってフォーラムを見たらコメントに関するフィルタ部分に More Smilies が変に介入しちゃったみたいです。
It has to do with this code in More Smilies:
# remove filters
remove_filter('comment_text', 'convert_smilies', 20);
remove_filter('the_content', 'convert_smilies');
remove_filter('the_excerpt', 'convert_smilies');
# add filters
add_filter('comment_text', array(&$this, 'convert_smilies'));
add_filter('the_content', array(&$this, 'convert_smilies'));
add_filter('the_excerpt', array(&$this, 'convert_smilies'));
I don’t know how to fix it to shut off the comment text filter, if anyone can help that would be wonderful. I love this plugin but it’s not being supported by the author anymore.
WordPress 2.2 上の More Smilies がコメント欄の改行をレンダリングしない件
この間2.2に上げてからコメント欄がおかしいなあと思ってフォーラムを見たらコメントに関するフィルタ部分に More Smilies が変に介入しちゃったみたいです。
via
原因
from WordPress › Support » More Smilies Plugin Modification Needed
応急処置?
from WordPress › Support » Line breaks not rendered in comments
TagsComment Plugin Plugin WordPress WordPress