diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php
index 4499381eb9..889d7eced1 100644
|
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
| 100 | 100 | continue; |
| 101 | 101 | } |
| 102 | 102 | ?> |
| 103 | | <dt role="heading" aria-level="3"> |
| | 103 | <dt role="listitem" aria-level="3"> |
| 104 | 104 | <button aria-expanded="false" class="health-check-accordion-trigger" aria-controls="health-check-accordion-block-<?php echo esc_attr( $section ); ?>" id="health-check-accordion-heading-<?php echo esc_attr( $section ); ?>" type="button"> |
| 105 | 105 | <span class="title"> |
| 106 | 106 | <?php echo esc_html( $details['label'] ); ?> |