Changeset 59770
- Timestamp:
- 02/06/2025 06:27:19 PM (3 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/plupload/moxie.js
r46586 r59770 2 2 /** 3 3 * mOxie - multi-runtime File API & XMLHttpRequest L2 Polyfill 4 * v1.3.5 4 * v1.3.5.1 5 5 * 6 6 * Copyright 2013, Moxiecode Systems AB … … 17 17 18 18 /** 19 * Modified for WordPress, Silverlight and Flash runtimes support was removed. 20 * See https://core.trac.wordpress.org/ticket/41755. 19 * Modified for WordPress. 20 * - Silverlight and Flash runtimes support was removed. See https://core.trac.wordpress.org/ticket/41755. 21 * - A stray Unicode character has been removed. See https://core.trac.wordpress.org/ticket/59329. 22 * 23 * This is a de-facto fork of the mOxie library that will be maintained by WordPress due to upstream license changes 24 * that are incompatible with the GPL. 21 25 */ 22 26 … … 7389 7393 } 7390 7394 } 7391 7392 7395 7393 7396 Basic.extend(BinaryReader.prototype, { -
trunk/src/wp-includes/script-loader.php
r59590 r59770 1012 1012 ); 1013 1013 1014 $scripts->add( 'moxiejs', "/wp-includes/js/plupload/moxie$suffix.js", array(), '1.3.5 ' );1014 $scripts->add( 'moxiejs', "/wp-includes/js/plupload/moxie$suffix.js", array(), '1.3.5.1' ); 1015 1015 $scripts->add( 'plupload', "/wp-includes/js/plupload/plupload$suffix.js", array( 'moxiejs' ), '2.1.9' ); 1016 1016 // Back compat handles:
Note: See TracChangeset
for help on using the changeset viewer.