Make WordPress Core

Ticket #46714: 46714.diff

File 46714.diff, 688 bytes (added by mukesh27, 7 years ago)

Patch.

  • wp-admin/site-health-info.php

    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' ); 
    100100                                        continue;
    101101                                }
    102102                                ?>
    103                                 <dt role="heading" aria-level="3">
     103                                <dt role="listitem" aria-level="3">
    104104                                        <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">
    105105                        <span class="title">
    106106                                <?php echo esc_html( $details['label'] ); ?>