Ticket #37666: 37666.2.diff
File 37666.2.diff, 1.5 KB (added by , 8 years ago) |
---|
-
src/wp-includes/js/jquery/jquery.masonry.js
26 26 var isAniOption = this.options.isAnimated; 27 27 if ( isAniOption !== undefined ) { 28 28 this.options.transitionDuration = isAniOption ? 29 Masonry.prototype.options.transitionDuration : 0;29 this.options.transitionDuration : 0; 30 30 } 31 31 32 32 if ( isAniOption === undefined || isAniOption ) { -
src/wp-includes/script-loader.php
250 250 // It sets jQuery as a dependency, as the theme may have been implicitly loading it this way. 251 251 $scripts->add( 'imagesloaded', "/wp-includes/js/imagesloaded.min.js", array(), '3.2.0', 1 ); 252 252 $scripts->add( 'masonry', "/wp-includes/js/masonry.min.js", array( 'imagesloaded' ), '3.3.2', 1 ); 253 $scripts->add( 'jquery-masonry', "/wp-includes/js/jquery/jquery.masonry$dev_suffix.js", array( 'jquery', 'masonry' ), '3.1.2 ', 1 );253 $scripts->add( 'jquery-masonry', "/wp-includes/js/jquery/jquery.masonry$dev_suffix.js", array( 'jquery', 'masonry' ), '3.1.2a', 1 ); 254 254 255 255 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20121105', 1 ); 256 256 did_action( 'init' ) && $scripts->localize( 'thickbox', 'thickboxL10n', array(