External Libraries: Remove unnecessary / obsoleted MediaElement.js files.

Merges [42478] to the 4.7 branch.
Fixes #42720 for 4.7.

Built from https://develop.svn.wordpress.org/branches/4.7@42479


git-svn-id: http://core.svn.wordpress.org/branches/4.7@42308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2018-01-16 08:05:38 +00:00
parent 5c6ad6022c
commit 7949731503
3 changed files with 3 additions and 0 deletions

View File

@ -705,6 +705,9 @@ $_old_files = array(
'wp-includes/theme-compat/comments-popup.php', 'wp-includes/theme-compat/comments-popup.php',
// 4.6 // 4.6
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628. 'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
// 4.9.2
'wp-includes/js/mediaelement/flashmediaelement.swf',
'wp-includes/js/mediaelement/silverlightmediaelement.xap',
); );
/** /**