Changeset 45932 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r45825 r45932 3537 3537 $messages[] = esc_html( $anon_message ); 3538 3538 } else { 3539 /* translators: %d: Comment ID */3539 /* translators: %d: Comment ID. */ 3540 3540 $messages[] = sprintf( __( 'Comment %d contains personal data but could not be anonymized.' ), $comment_id ); 3541 3541 }
Note: See TracChangeset
for help on using the changeset viewer.