Privacy: fix typo.

Props casiepa.
Fixes #43939.
Built from https://develop.svn.wordpress.org/trunk@43121


git-svn-id: http://core.svn.wordpress.org/trunk@42950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-02 20:07:22 +00:00
parent b1cf176f6e
commit dd68722112
2 changed files with 2 additions and 2 deletions

View File

@ -659,7 +659,7 @@ function _wp_personal_data_handle_actions() {
add_settings_error(
'privacy_action_email_retry',
'privacy_action_email_retry',
__( 'Confirmation request re-resent successfully.' ),
__( 'Confirmation request sent again successfully.' ),
'updated'
);
}

View File

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