Changeset 56481
- Timestamp:
- 08/28/2023 05:12:46 PM (17 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r56419 r56481 81 81 "imagesloaded": "5.0.0", 82 82 "is-plain-object": "5.0.0", 83 "jquery": "3.7. 0",83 "jquery": "3.7.1", 84 84 "jquery-color": "2.2.0", 85 85 "jquery-form": "4.3.0", … … 21331 21331 }, 21332 21332 "node_modules/jquery": { 21333 "version": "3.7. 0",21334 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7. 0.tgz",21335 "integrity": "sha512- umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ=="21333 "version": "3.7.1", 21334 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", 21335 "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" 21336 21336 }, 21337 21337 "node_modules/jquery-color": { -
trunk/package.json
r56419 r56481 148 148 "imagesloaded": "5.0.0", 149 149 "is-plain-object": "5.0.0", 150 "jquery": "3.7. 0",150 "jquery": "3.7.1", 151 151 "jquery-color": "2.2.0", 152 152 "jquery-form": "4.3.0", -
trunk/src/wp-includes/script-loader.php
r56393 r56481 834 834 * The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. 835 835 */ 836 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7. 0' );837 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7. 0' );836 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7.1' ); 837 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7.1' ); 838 838 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.1' ); 839 839
Note: See TracChangeset
for help on using the changeset viewer.