Make WordPress Core


Ignore:
Timestamp:
02/06/2025 06:27:19 PM (4 months ago)
Author:
desrosj
Message:

External Libraries: Remove stray Unicode character in moxie.js

This fixes a ReferenceError caused by a stray Unicode character in the unminified version of moxie.js. This has long been fixed upstream but the library cannot be wholesale updated in WordPress because of an incompatible license change.

Because of this, a new version is being tagged, 1.3.5.1, and the file header has been updated to make it more clear that the file is a maintained fork with a high level list of changes made.

Props kinggmobb, jorbin, q0rban, azaozz, desrosj, sukhendu2002.
Fixes #59329.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r59590 r59770  
    10121012    );
    10131013
    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' );
    10151015    $scripts->add( 'plupload', "/wp-includes/js/plupload/plupload$suffix.js", array( 'moxiejs' ), '2.1.9' );
    10161016    // Back compat handles:
Note: See TracChangeset for help on using the changeset viewer.