From bd67e31f4b849e2b47b5e5606dd4ff2c306c372e Mon Sep 17 00:00:00 2001 From: Jake Spurlock Date: Tue, 21 Jul 2020 00:41:35 +0000 Subject: [PATCH] Site Health: Ensure that there is a human readable time for snoozed email verifications. This will be the time the was proposed, added to the reminder interval. Fixes #48333. Props SergeyBiryukov, desrosj. git-svn-id: https://develop.svn.wordpress.org/trunk@48522 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/_index.php b/src/wp-admin/_index.php index 5592a509cf..6e41771f6c 100644 --- a/src/wp-admin/_index.php +++ b/src/wp-admin/_index.php @@ -139,7 +139,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; 'The admin email verification page will reappear after %d days.', 3 ), - number_format_i18n( 3 ) + human_time_diff( ( $postponed_time + $remind_interval ) ) ); ?>