This solution is from the wordpress forums from Emsi. It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten.
Follows these steps:
1. back up your functions.php file.
2. Add the following to your functions.php file
function my_comment_form_args($user_identity, $post_id, $req) {
$args = array(
‘comment_notes_after’ => ”
);
return $args;
}
3. then replace <?php comment_form();?> with <?php comment_form( my_comment_form_args($user_identity, $post->ID, $req) ); ?> in your comments.php file. That should be the last line.
Thats it.
To see the full thread, visit http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form
Disable WordPress Auto Formatting
Sometimes WordPress can be extremely annoying with the Auto Formatting. Often it will add a or a where you don’t want one and it will totally mess up the look of your page. Do how do we fix this? There are a couple of options. 1. You can get a plug-in to disable the auto…
New Site launched
This is the newest version of NetViper Interactive.com. We have removed the Powerpoint services and LeadViper Craigslist program. We will launch a new site for that program on its own. Please send us your feedback for the new site design.
Starting on Version 4.0 of the…
Starting on Version 4.0 of the website