Changeset 13191 for trunk/wp-includes/script-loader.php
- Timestamp:
- 02/18/2010 05:14:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r13183 r13191 61 61 $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20090102' ); 62 62 63 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20 091212' );63 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20100218' ); 64 64 $scripts->add_data( 'common', 'group', 1 ); 65 65 $scripts->localize( 'common', 'commonL10n', array( … … 155 155 $scripts->add( 'suggest', "/wp-includes/js/jquery/suggest$suffix.js", array('jquery'), '1.1-20090125'); 156 156 $scripts->add_data( 'suggest', 'group', 1 ); 157 158 $scripts->add( 'tabby', "/wp-includes/js/jquery/tabby$suffix.js", array('jquery'), '0.12');159 $scripts->add_data( 'tabby', 'group', 1 );160 157 161 158 $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20m');
Note: See TracChangeset
for help on using the changeset viewer.