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:
@@ -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
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user