Thanks alot for your wpids, you're really a hard-coder
Now i've another problem: all html tags/attribute like i, strike, strong, href, strong, etc.. still appear (ONLY) on my comment area (NOT on post/article area) and these html tags can't be convert to usual html output. But it resolved by giving the comment on one line in wpids.php file =>
- Code: Select all
/* add_filter('preprocess_comment', 'wpld_filter_html'); */
So my question, is that way can decrease the security feature of wpids? ..and can you tell me another method without do
- Code: Select all
/* add_filter('preprocess_comment', 'wpld_filter_html'); */
