Make WordPress Core


Ignore:
Timestamp:
04/10/2014 09:31:24 PM (11 years ago)
Author:
wonderboymusic
Message:

Bump MediaElement.js to 2.14.2. Release Notes: https://github.com/johndyer/mediaelement/commit/743f4465231dc20e6f9e96a5cb8b9d5299ceddd3.

Fixes #27582.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r27867 r28068  
    306306    $scripts->add( 'imgareaselect', "/wp-includes/js/imgareaselect/jquery.imgareaselect$suffix.js", array('jquery'), '0.9.10', 1 );
    307307
    308     $scripts->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelement-and-player.min.js", array('jquery'), '2.14.1', 1 );
     308    $scripts->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelement-and-player.min.js", array('jquery'), '2.14.2', 1 );
    309309    did_action( 'init' ) && $scripts->localize( 'mediaelement', 'mejsL10n', array(
    310310        'language' => get_bloginfo( 'language' ),
Note: See TracChangeset for help on using the changeset viewer.