Originally reported at: WordPress/gutenberg#70726
As far as I have checked, there is no alt value in the following two places:
|
<img src="{{ data.author.avatar }}" alt="" width="{{ data.avatarSize }}" height="{{ data.avatarSize }}" class="avatar" /> |
|
<img src="{{ data.author.avatar }}" alt="" width="{{ data.author.avatarSize }}" height="{{ data.author.avatarSize }}" class="avatar {{ data.author.modelClass }}" /> |
Originally reported at: WordPress/gutenberg#70726
As far as I have checked, there is no alt value in the following two places:
o2/inc/tpl/post-edit.php
Line 5 in 271d520
o2/inc/tpl/post.php
Line 5 in 271d520