Skip to content

Commit

Permalink
IETF language changes in MediaElement:
Browse files Browse the repository at this point in the history
mediaelement/mediaelement#1270

Reverts [28801].
Fixes #29182.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
staylor committed Nov 30, 2014
1 parent d12eb2e commit 0b54cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-includes/script-loader.php
Expand Up @@ -308,7 +308,7 @@ function wp_default_scripts( &$scripts ) {

$scripts->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelement-and-player.min.js", array('jquery'), '2.15.1', 1 );
did_action( 'init' ) && $scripts->localize( 'mediaelement', 'mejsL10n', array(
'language' => substr( get_bloginfo( 'language' ), 0, 2 ),
'language' => get_bloginfo( 'language' ),
'strings' => array(
'Close' => __( 'Close' ),
'Fullscreen' => __( 'Fullscreen' ),
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30636';
$wp_version = '4.1-beta2-30637';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 0b54cfd

Please sign in to comment.