Changeset 43468 for branches/4.9/src/wp-includes/comment.php
- Timestamp:
- 07/17/2018 09:03:33 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/comment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/comment.php
r43270 r43468 3325 3325 ); 3326 3326 3327 /* translators: Name of a comment's author after being anonymized. */ 3327 3328 $anon_author = __( 'Anonymous' ); 3328 3329 $messages = array(); … … 3332 3333 $anonymized_comment['comment_agent'] = ''; 3333 3334 $anonymized_comment['comment_author'] = $anon_author; 3334 $anonymized_comment['comment_author_email'] = wp_privacy_anonymize_data( 'email', $comment->comment_author_email );3335 $anonymized_comment['comment_author_email'] = ''; 3335 3336 $anonymized_comment['comment_author_IP'] = wp_privacy_anonymize_data( 'ip', $comment->comment_author_IP ); 3336 $anonymized_comment['comment_author_url'] = wp_privacy_anonymize_data( 'url', $comment->comment_author_url );3337 $anonymized_comment['comment_author_url'] = ''; 3337 3338 $anonymized_comment['user_id'] = 0; 3338 3339
Note: See TracChangeset
for help on using the changeset viewer.