Make WordPress Core

Ticket #31058: 31058.patch

File 31058.patch, 401 bytes (added by afercia, 10 years ago)
  • src/wp-includes/js/media-audiovideo.js

     
    5353                        }
    5454
    5555                        if ( 'native' !== t.media.pluginType ) {
    56                                 t.media.remove();
     56                                t.$media.remove();
    5757                        }
    5858
    5959                        delete window.mejs.players[t.id];