Changeset 21646 for trunk/wp-includes/script-loader.php
- Timestamp:
- 08/28/2012 05:51:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r21633 r21646 104 104 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), false, 1 ); 105 105 106 $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array( 'wp-ajax-response'), false, 1 );106 $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array( 'wp-ajax-response', 'jquery-color' ), false, 1 ); 107 107 108 108 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source. … … 161 161 162 162 // jQuery plugins 163 $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color $suffix.js", array('jquery'), '2.1.0', 1 );163 $scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color.min.js", array('jquery'), '2.1.0', 1 ); 164 164 $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20110113', 1 ); 165 165 $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m', 1 );
Note: See TracChangeset
for help on using the changeset viewer.