Make WordPress Core

Ticket #46725: 46725.2.diff

File 46725.2.diff, 513 bytes (added by chetan200891, 6 years ago)

Last patch was showing changes of other ticket. so updated patch. :)

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

    diff --git a/src/wp-admin/site-health-info.php b/src/wp-admin/site-health-info.php
    index a3a44f130d..3370f72624 100644
    a b require_once( ABSPATH . 'wp-admin/admin-header.php' ); 
    133133                                                );
    134134                                        }
    135135                                        ?>
    136                                         <table class="widefat striped health-check-table">
     136                                        <table class="widefat striped health-check-table" role="presentation">
    137137                                                <tbody>
    138138                                                <?php
    139139                                                foreach ( $details['fields'] as $field ) {