Ticket #56444: 56444.diff
File 56444.diff, 462 bytes (added by , 2 years ago) |
---|
-
src/wp-includes/formatting.php
2914 2914 } 2915 2915 2916 2916 if ( 'comment_text' === current_filter() ) { 2917 $rel = 'nofollow ugc'; 2917 if ( str_starts_with( $url, home_url() ) ) { 2918 $rel = 'ugc'; 2919 } else { 2920 $rel = 'nofollow ugc'; 2921 } 2918 2922 } else { 2919 2923 $rel = 'nofollow'; 2920 2924 }