I have noticed recently that when commenters attempt to insert a link in their comments, the href attribute is stripped out of their link tag.
For instance, if a commenter types in:
<a href="http://whatever.com">LINK</a>
It always becomes the non-working link:
<a>LINK</a>
Is there a way to stop this from happening? I am not even sure what is causing the attributes to be stripped, considering that the tags themselves are not deleted.
My site is at http://www.seaslugteam.com and I am running WP 2.2.2 at the moment.