Monkey patch MediaElement to include a PR that restores responsive videos in Firefox:

https://github.com/johndyer/mediaelement/pull/1531

Props joemcgill.
Fixes #32722.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-07-14 16:30:25 +00:00
parent 4182df24f8
commit 9de28a2e04
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33266';
$wp_version = '4.3-beta2-33267';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.