Forums
(@yogume)
2 years, 1 month ago
EDIT: Solved.
it seems this is caused by the make_clickable() function of WordPress… (functions.php)
return make_clickable($str);
when just returning $str the link works perfectly…