Elektrine lite

← Feed

@tony@toot.hoyle.me.uk

Post #4198995

2026-07-29 13:02 UTC

@ides_dev@mastodon.social @DamonHD@mastodon.social @Edent@mastodon.social Well mediaelement.js (the bit that actually inserts the flash warning) has: foreach ( array( 'all', 'html5', 'flash', 'silverlight', 'html4' ) as $handle ) { $scripts->add( "plupload-$handle", false, array( 'plupload' ), '2.1.1' ); } Silverlight lives! In wordperfect form.

Replies (1)

  • @tony@toot.hoyle.me.uk 2026-07-29 13:10

    @ides_dev@mastodon.social @DamonHD@mastodon.social @Edent@mastodon.social (I think @edent is tripping this: https://github.com/WordPress/wordpress-develop/blob/c5690fd7e8721f60f7c40db81debbbf149e87d68/src/js/_enqueues/vendor/mediaelement/mediaelement.js#L1751-L1765 which is where the string is actually used).

    Open ##4198994