Make WordPress Core

Ticket #44141: 44141.patch

File 44141.patch, 878 bytes (added by TZ Media, 5 years ago)
  • src/wp-includes/comment.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    34493449                $anonymized_comment['comment_author']       = $anon_author;
    34503450                $anonymized_comment['comment_author_email'] = wp_privacy_anonymize_data( 'email', $comment->comment_author_email );
    34513451                $anonymized_comment['comment_author_IP']    = wp_privacy_anonymize_data( 'ip', $comment->comment_author_IP );
    3452                 $anonymized_comment['comment_author_url']   = wp_privacy_anonymize_data( 'url', $comment->comment_author_url );
     3452                $anonymized_comment['comment_author_url']   = '';
    34533453                $anonymized_comment['user_id']              = 0;
    34543454
    34553455                $comment_id = (int) $comment->comment_ID;