MediaElement: apply monkey patch to include a PR which fixes a breaking change made upstream on a public interface:

ccba8d0b6a

Props bradyvercher.
Fixes #33798.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-09-20 02:31:24 +00:00
parent 693692af68
commit d2578f84d1
2 changed files with 4 additions and 4 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.4-alpha-34338';
$wp_version = '4.4-alpha-34339';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.