Links placed by commenters not clickable
-
Can you tell me why you have used:
echo '<p>' . get_comment_text() . '</p>';
rather than:
echo '<p>' . comment_text() . '</p>';
??Since links that commenters leave behind would not be clickable. I had to search long and hard to solve this issue.
Might there be a specific reason for it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Links placed by commenters not clickable’ is closed to new replies.