Changeset 27389
- Timestamp:
- 03/04/2014 02:19:41 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r27314 r27389 56 56 '!wp-includes/js/backbone.js', 57 57 '!wp-includes/js/underscore.js', 58 '!wp-includes/js/jquery/jquery.masonry.js', 58 59 '!wp-includes/version.php' // Exclude version.php 59 60 ], -
trunk/src/wp-includes/script-loader.php
r27316 r27389 202 202 // It sets jQuery as a dependency, as the theme may have been implicitly loading it this way. 203 203 $scripts->add( 'masonry', "/wp-includes/js/masonry.min.js", array(), '3.1.2', 1 ); 204 $scripts->add( 'jquery-masonry', "/wp-includes/js/jquery/jquery.masonry$ suffix.js", array( 'jquery', 'masonry' ), '3.1.2', 1 );204 $scripts->add( 'jquery-masonry', "/wp-includes/js/jquery/jquery.masonry$dev_suffix.js", array( 'jquery', 'masonry' ), '3.1.2', 1 ); 205 205 206 206 $scripts->add( 'thickbox', "/wp-includes/js/thickbox/thickbox.js", array('jquery'), '3.1-20121105', 1 );
Note: See TracChangeset
for help on using the changeset viewer.