Bump the version of MediaElement in script-loader.php to match what we're shipping with.

See #33798
Fixes #34743

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


git-svn-id: http://core.svn.wordpress.org/trunk@35677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-11-20 03:32:26 +00:00
parent cc7736a024
commit 870cdfb024
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta4-35712';
$wp_version = '4.4-beta4-35713';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.