Ticket #48022: 48022.2.diff
File 48022.2.diff, 431 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/formatting.php
2835 2835 return $matches[0]; 2836 2836 } 2837 2837 2838 return $matches[1] . "<a href=\"$url\" rel=\"nofollow \">$url</a>" . $suffix;2838 return $matches[1] . "<a href=\"$url\" rel=\"nofollow ugc\">$url</a>" . $suffix; 2839 2839 } 2840 2840 2841 2841 /**