mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
External Libraries: Update MediaElement.js from upstream.
Merge of [37370] to the 4.3 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.3@37374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6a0aaccde0
commit
ebcc7f72b1
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -330,7 +330,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
|
||||
$scripts->add( 'imgareaselect', "/wp-includes/js/imgareaselect/jquery.imgareaselect$suffix.js", array('jquery'), false, 1 );
|
||||
|
||||
$scripts->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelement-and-player.min.js", array('jquery'), '2.17.0', 1 );
|
||||
$scripts->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelement-and-player.min.js", array('jquery'), '2.17.0-a', 1 );
|
||||
did_action( 'init' ) && $scripts->localize( 'mediaelement', 'mejsL10n', array(
|
||||
'language' => get_bloginfo( 'language' ),
|
||||
'strings' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user