After [31386], this needs to happen in audio-video.manifest.js.

See #31058.

Built from https://develop.svn.wordpress.org/trunk@31387


git-svn-id: http://core.svn.wordpress.org/trunk@31368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-02-09 18:45:26 +00:00
parent afa3a03ff8
commit 586ff8676a
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ wp.media.mixin = {
}
if ( 'native' !== t.media.pluginType ) {
t.media.remove();
t.$media.remove();
}
delete window.mejs.players[t.id];

View File

@ -46,7 +46,7 @@ wp.media.mixin = {
}
if ( 'native' !== t.media.pluginType ) {
t.media.remove();
t.$media.remove();
}
delete window.mejs.players[t.id];

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31386';
$wp_version = '4.2-alpha-31387';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.