Ticket #37486: 37486.2.diff
File 37486.2.diff, 469 bytes (added by , 19 months 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..2d49cadcfb 100644
a b 253 253 254 254 return ''.concat( options.base, icon, options.ext ); 255 255 }, 256 attributes: function() { 257 return { 258 role: 'img', 259 }; 260 }, 256 261 onerror: function() { 257 262 if ( twemoji.parentNode ) { 258 263 this.setAttribute( 'data-error', 'load-failed' );