Link HREF attribute being stripped
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Link HREF attribute being stripped’ is closed to new replies.
The topic ‘Link HREF attribute being stripped’ is closed to new replies.
(@kabitzin)
18 years, 10 months ago
I have noticed recently that when commenters attempt to insert a link in their comments, the
hrefattribute 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.