[wp-trac] [WordPress Trac] #39686: Upgrade MediaElement to 4.X
WordPress Trac
noreply at wordpress.org
Thu May 11 12:23:31 UTC 2017
#39686: Upgrade MediaElement to 4.X
--------------------------------+-------------------------
Reporter: rafa8626 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 4.8.1
Component: External Libraries | Version: 4.7.1
Severity: normal | Resolution:
Keywords: has-patch | Focuses: javascript
--------------------------------+-------------------------
Comment (by rafa8626):
@grosbouff Can you create a final diff file in which reflects this on the
wp-includes/js/mediaelement/wp-mediaelement.js file, please?
Change
{{{
mejs.rendererName.match(/flash/gi) !== null
}}}
to
{{{
/flash/i.test( mejs.rendererName)
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39686#comment:61>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list