I18N: Correct translator comment in wp_privacy_generate_personal_data_export_file()
.
See #43546. git-svn-id: https://develop.svn.wordpress.org/trunk@43089 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c14a248ba7
commit
f908280af9
@ -2055,7 +2055,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$title = sprintf(
|
$title = sprintf(
|
||||||
// translators: %s Users e-mail address.
|
/* translators: %s: user's e-mail address */
|
||||||
__( 'Personal Data Export for %s' ),
|
__( 'Personal Data Export for %s' ),
|
||||||
$email_address
|
$email_address
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user