Skip to content

Commit

Permalink
Site meta: add scope to table headers for a11y
Browse files Browse the repository at this point in the history
See #235
  • Loading branch information
adamwoodnz committed Jan 11, 2024
1 parent a8a1b3d commit 2f59d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function( $field ) use ( $attributes ) {
if ( ! empty( $value ) ) {
$list_items[] = sprintf(
'<tr class="is-meta-%1$s">
<th%2$s>%3$s</th>
<th scope="row"%2$s>%3$s</th>
<td>%4$s</td>
</tr>',
$field['key'],
Expand Down

0 comments on commit 2f59d82

Please sign in to comment.