After [31386], this needs to happen in audio-video.manifest.js
.
See #31058. git-svn-id: https://develop.svn.wordpress.org/trunk@31387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7ea1eb7e94
commit
d5888fbc13
@ -47,7 +47,7 @@ wp.media.mixin = {
|
||||
}
|
||||
|
||||
if ( 'native' !== t.media.pluginType ) {
|
||||
t.media.remove();
|
||||
t.$media.remove();
|
||||
}
|
||||
|
||||
delete window.mejs.players[t.id];
|
||||
|
@ -46,7 +46,7 @@ wp.media.mixin = {
|
||||
}
|
||||
|
||||
if ( 'native' !== t.media.pluginType ) {
|
||||
t.media.remove();
|
||||
t.$media.remove();
|
||||
}
|
||||
|
||||
delete window.mejs.players[t.id];
|
||||
|
Loading…
Reference in New Issue
Block a user