Changeset 56393 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/11/2023 06:16:25 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r56391 r56393 930 930 * It sets jQuery as a dependency, as the theme may have been implicitly loading it this way. 931 931 */ 932 $scripts->add( 'imagesloaded', '/wp-includes/js/imagesloaded.min.js', array(), ' 4.1.4', 1 );932 $scripts->add( 'imagesloaded', '/wp-includes/js/imagesloaded.min.js', array(), '5.0.0', 1 ); 933 933 $scripts->add( 'masonry', '/wp-includes/js/masonry.min.js', array( 'imagesloaded' ), '4.2.2', 1 ); 934 934 $scripts->add( 'jquery-masonry', '/wp-includes/js/jquery/jquery.masonry.min.js', array( 'jquery', 'masonry' ), '3.1.2b', 1 );
Note: See TracChangeset
for help on using the changeset viewer.