Changeset 11330 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/14/2009 05:01:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r11327 r11330 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'), '20090 428' );63 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090514' ); 64 64 $scripts->add_data( 'common', 'group', 1 ); 65 65 $scripts->localize( 'common', 'commonL10n', array( … … 238 238 'l10n_print_after' => 'try{convertEntities(pwsL10n);}catch(e){};' 239 239 ) ); 240 241 $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array('jquery'), '20090514' ); 242 $scripts->add_data( 'user-profile', 'group', 1 ); 240 243 241 244 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090209' );
Note: See TracChangeset
for help on using the changeset viewer.