From 0f86642b8230caa7fcb81f9833cddb05f222a9d8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 21 Jul 2020 12:35:32 +0000 Subject: [PATCH] Site Health: Correct the message for snoozed email verifications. Follow-up to [48522]. Fixes #48333. git-svn-id: https://develop.svn.wordpress.org/trunk@48528 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/_index.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/wp-admin/_index.php b/src/wp-admin/_index.php index 6e41771f6c..8cb469f1a2 100644 --- a/src/wp-admin/_index.php +++ b/src/wp-admin/_index.php @@ -133,13 +133,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';