From a58b5f2f70798d6722855382f222e5e8e27b016b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 27 Mar 2019 02:56:09 +0000 Subject: [PATCH] Site Health: Update "Passed tests" button label to match both expanded and collapsed state. Add `aria-controls` to declare what ID is being toggled. Props Clorith, afercia. Fixes #46663. See #46573. git-svn-id: https://develop.svn.wordpress.org/trunk@45026 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/site-health.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/site-health.php b/src/wp-admin/site-health.php index 341ca43a1a..9a7869f425 100644 --- a/src/wp-admin/site-health.php +++ b/src/wp-admin/site-health.php @@ -97,8 +97,8 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
-