-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Originally reported at: WordPress/gutenberg#70726

As far as I have checked, there is no alt value in the following two places:
Line 5 in 271d520
<img src="{{ data.author.avatar }}" alt="" width="{{ data.avatarSize }}" height="{{ data.avatarSize }}" class="avatar" /> |
Line 5 in 271d520
<img src="{{ data.author.avatar }}" alt="" width="{{ data.author.avatarSize }}" height="{{ data.author.avatarSize }}" class="avatar {{ data.author.modelClass }}" /> |
Metadata
Metadata
Assignees
Labels
No labels