Ticket #40354: 40354.diff
File 40354.diff, 587 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/js/mediaelement/wp-mediaelement.js
44 44 $( '.wp-audio-shortcode, .wp-video-shortcode' ) 45 45 .not( '.mejs-container' ) 46 46 .filter(function () { 47 return ! $( this ).parent().hasClass( ' .mejs-mediaelement' );47 return ! $( this ).parent().hasClass( 'mejs-mediaelement' ); 48 48 }) 49 49 .mediaelementplayer( settings ); 50 50 }