WordPress comments
-
when entering URL with special characters in comments, URL are getting displayed as broken links as below.
Ex:
www.test-(1).comAs default behavior of WordPress comments the entire URL should be rendered with HTML as follows
<a href="www.test-(1).com">www.test-(1).com</a>but this is getting broken as it has special characters open and close braces and getting updated as follows<p><a href="http://www.test-" rel="nofollow">http://www.test-</a>(1).com</p>Could anyone help us to resolve this issue
- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WordPress comments’ is closed to new replies.