mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Site Health: Correct the message for snoozed email verifications.
Follow-up to [48522]. Fixes #48333. Built from https://develop.svn.wordpress.org/trunk@48528 git-svn-id: http://core.svn.wordpress.org/trunk@48290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ec05ee2f5d
commit
de462d2c20
@ -133,13 +133,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %d: The number of days. */
|
||||
_n(
|
||||
'The admin email verification page will reappear after %d day.',
|
||||
'The admin email verification page will reappear after %d days.',
|
||||
3
|
||||
),
|
||||
human_time_diff( ( $postponed_time + $remind_interval ) )
|
||||
/* translators: %s: Human-readable time interval. */
|
||||
__( 'The admin email verification page will reappear after %s.' ),
|
||||
human_time_diff( time() + $remind_interval )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-beta2-48527';
|
||||
$wp_version = '5.5-beta2-48528';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user