Accessibility: add missing alt attributes to a gaggle of <img>s.
Props afercia. Fixes #34583. Built from https://develop.svn.wordpress.org/trunk@35567 git-svn-id: http://core.svn.wordpress.org/trunk@35531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1672,7 +1672,7 @@ function wp_underscore_playlist_templates() {
|
||||
?>
|
||||
<script type="text/html" id="tmpl-wp-playlist-current-item">
|
||||
<# if ( data.image ) { #>
|
||||
<img src="{{ data.thumb.src }}"/>
|
||||
<img src="{{ data.thumb.src }}" alt="" />
|
||||
<# } #>
|
||||
<div class="wp-playlist-caption">
|
||||
<span class="wp-playlist-item-meta wp-playlist-item-title"><?php
|
||||
|
||||
Reference in New Issue
Block a user