Privacy: fix typo.

Props casiepa.
Merges [43121] to the 4.9 branch.
Fixes #43939.
Built from https://develop.svn.wordpress.org/branches/4.9@43122


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-02 20:08:25 +00:00
parent 7cf7767298
commit 3b7d4b49c0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9.6-alpha-43119'; $wp_version = '4.9.6-alpha-43122';
/** /**
* 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.