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:
parent
b1cf176f6e
commit
dd68722112
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue