Make WordPress Core

Ticket #48022: 48022.2.diff

File 48022.2.diff, 431 bytes (added by desrosj, 5 years ago)
  • src/wp-includes/formatting.php

     
    28352835                return $matches[0];
    28362836        }
    28372837
    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;
    28392839}
    28402840
    28412841/**