I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. Built from https://develop.svn.wordpress.org/trunk@45932 git-svn-id: http://core.svn.wordpress.org/trunk@45743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3536,7 +3536,7 @@ function wp_comments_personal_data_eraser( $email_address, $page = 1 ) {
|
||||
if ( $anon_message && is_string( $anon_message ) ) {
|
||||
$messages[] = esc_html( $anon_message );
|
||||
} else {
|
||||
/* translators: %d: Comment ID */
|
||||
/* translators: %d: Comment ID. */
|
||||
$messages[] = sprintf( __( 'Comment %d contains personal data but could not be anonymized.' ), $comment_id );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user