Ticket #37486: 37486.diff
| File 37486.diff, 502 bytes (added by , 7 years ago) |
|---|
-
src/js/_enqueues/wp/emoji.js
diff --git a/src/js/_enqueues/wp/emoji.js b/src/js/_enqueues/wp/emoji.js index b2c8e1a15a..daa619ec56 100644
a b 253 253 254 254 return ''.concat( options.base, icon, options.ext ); 255 255 }, 256 attributes: function( text ) { 257 return { 258 'aria-label': text, 259 role: 'img', 260 }; 261 }, 256 262 onerror: function() { 257 263 if ( twemoji.parentNode ) { 258 264 this.setAttribute( 'data-error', 'load-failed' );