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:
parent
7cf7767298
commit
3b7d4b49c0
|
@ -618,7 +618,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'
|
||||
);
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue