I18N: Correct translator comment in `wp_privacy_generate_personal_data_export_file()`.

See #43546.
Built from https://develop.svn.wordpress.org/trunk@43089


git-svn-id: http://core.svn.wordpress.org/trunk@42918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-05-02 01:52:22 +00:00
parent 14ab38be27
commit eca2bf8545
2 changed files with 2 additions and 2 deletions

View File

@ -2055,7 +2055,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
}
$title = sprintf(
// translators: %s Users e-mail address.
/* translators: %s: user's e-mail address */
__( 'Personal Data Export for %s' ),
$email_address
);

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43088';
$wp_version = '5.0-alpha-43089';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.