Ticket #23282: 23282.15.diff
File 23282.15.diff, 562 bytes (added by , 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
4 4 mejs.plugins.silverlight[0].types.push('audio/x-ms-wma'); 5 5 6 6 $(function () { 7 $('.wp-audio-shortcode, .wp-video-shortcode').mediaelementplayer(); 7 $('.wp-audio-shortcode, .wp-video-shortcode').mediaelementplayer({ 8 pauseOtherPlayers: false 9 }); 8 10 }); 9 11 10 12 }(jQuery)); 13 No newline at end of file