Changeset 37891 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/28/2016 06:47:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r37887 r37891 249 249 // Masonry v2 depended on jQuery. v3 does not. The older jquery-masonry handle is a shiv. 250 250 // It sets jQuery as a dependency, as the theme may have been implicitly loading it this way. 251 $scripts->add( 'masonry', "/wp-includes/js/masonry.min.js", array(), '3.1.2', 1 ); 251 $scripts->add( 'imagesloaded', "/wp-includes/js/imagesloaded.min.js", array(), '3.2.0', 1 ); 252 $scripts->add( 'masonry', "/wp-includes/js/masonry.min.js", array( 'imagesloaded' ), '3.3.2', 1 ); 252 253 $scripts->add( 'jquery-masonry', "/wp-includes/js/jquery/jquery.masonry$dev_suffix.js", array( 'jquery', 'masonry' ), '3.1.2', 1 ); 253 254
Note: See TracChangeset
for help on using the changeset viewer.