IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
3449 | 3449 | $anonymized_comment['comment_author'] = $anon_author; |
3450 | 3450 | $anonymized_comment['comment_author_email'] = wp_privacy_anonymize_data( 'email', $comment->comment_author_email ); |
3451 | 3451 | $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'] = ''; |
3453 | 3453 | $anonymized_comment['user_id'] = 0; |
3454 | 3454 | |
3455 | 3455 | $comment_id = (int) $comment->comment_ID; |