Changeset 59859 for trunk/src/wp-admin/site-health-info.php
- Timestamp:
- 02/22/2025 12:10:50 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health-info.php
r58299 r59859 109 109 110 110 ?> 111 <table class="widefat striped health-check-table" role="presentation">111 <table class="widefat striped health-check-table"> 112 112 <tbody> 113 113 <?php … … 127 127 128 128 if ( in_array( $field_name, $sizes_fields, true ) ) { 129 printf( '<tr><t d>%s</td><td class="%s">%s</td></tr>', esc_html( $field['label'] ), esc_attr( $field_name ), $values );129 printf( '<tr><th scope="row">%s</th><td class="%s">%s</td></tr>', esc_html( $field['label'] ), esc_attr( $field_name ), $values ); 130 130 } else { 131 printf( '<tr><t d>%s</td><td>%s</td></tr>', esc_html( $field['label'] ), $values );131 printf( '<tr><th scope="row">%s</th><td>%s</td></tr>', esc_html( $field['label'] ), $values ); 132 132 } 133 133 }
Note: See TracChangeset
for help on using the changeset viewer.