Ticket #31058: 31058.patch
File 31058.patch, 401 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/media-audiovideo.js
53 53 } 54 54 55 55 if ( 'native' !== t.media.pluginType ) { 56 t. media.remove();56 t.$media.remove(); 57 57 } 58 58 59 59 delete window.mejs.players[t.id];