diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php
index 4499381eb9..1d75c7b101 100644
|
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
| 113 | 113 | </button> |
| 114 | 114 | </dt> |
| 115 | 115 | |
| 116 | | <dd id="health-check-accordion-block-<?php echo esc_attr( $section ); ?>" role="region" aria-labelledby="health-check-accordion-heading-<?php echo esc_attr( $section ); ?>" class="health-check-accordion-panel" hidden="hidden"> |
| | 116 | <dd id="health-check-accordion-block-<?php echo esc_attr( $section ); ?>" aria-labelledby="health-check-accordion-heading-<?php echo esc_attr( $section ); ?>" class="health-check-accordion-panel" hidden="hidden"> |
| 117 | 117 | <?php |
| 118 | 118 | if ( isset( $details['description'] ) && ! empty( $details['description'] ) ) { |
| 119 | 119 | printf( |