Changeset 43467 for trunk/src/wp-includes/comment.php
- Timestamp:
- 07/17/2018 08:59:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r43245 r43467 3441 3441 ); 3442 3442 3443 /* translators: Name of a comment's author after being anonymized. */ 3443 3444 $anon_author = __( 'Anonymous' ); 3444 3445 $messages = array(); … … 3448 3449 $anonymized_comment['comment_agent'] = ''; 3449 3450 $anonymized_comment['comment_author'] = $anon_author; 3450 $anonymized_comment['comment_author_email'] = wp_privacy_anonymize_data( 'email', $comment->comment_author_email );3451 $anonymized_comment['comment_author_email'] = ''; 3451 3452 $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 );3453 $anonymized_comment['comment_author_url'] = ''; 3453 3454 $anonymized_comment['user_id'] = 0; 3454 3455
Note: See TracChangeset
for help on using the changeset viewer.