Make WordPress Core

Ticket #23282: 23282.15.diff

File 23282.15.diff, 562 bytes (added by wonderboymusic, 12 years ago)
  • wp-includes/js/mediaelement/wp-mediaelement.js

    diff --git wp-includes/js/mediaelement/wp-mediaelement.js wp-includes/js/mediaelement/wp-mediaelement.js
    index c162128..0046f7b 100644
     
    44        mejs.plugins.silverlight[0].types.push('audio/x-ms-wma');
    55
    66    $(function () {
    7                 $('.wp-audio-shortcode, .wp-video-shortcode').mediaelementplayer();
     7                $('.wp-audio-shortcode, .wp-video-shortcode').mediaelementplayer({
     8                        pauseOtherPlayers: false
     9                });
    810        });
    911
    1012}(jQuery));
     13 No newline at end of file