Ticket #46725: 46725.2.diff
File 46725.2.diff, 513 bytes (added by , 6 years ago) |
---|
-
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' ); 133 133 ); 134 134 } 135 135 ?> 136 <table class="widefat striped health-check-table" >136 <table class="widefat striped health-check-table" role="presentation"> 137 137 <tbody> 138 138 <?php 139 139 foreach ( $details['fields'] as $field ) {