Changeset 11749 for trunk/wp-includes/script-loader.php
- Timestamp:
- 07/30/2009 01:39:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r11742 r11749 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'), '200907 20' );63 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090730' ); 64 64 $scripts->add_data( 'common', 'group', 1 ); 65 65 $scripts->localize( 'common', 'commonL10n', array( … … 205 205 'dismiss' => __('Dismiss'), 206 206 'crunching' => __('Crunching…'), 207 'deleted' => __(' Deleted'),207 'deleted' => __('Moved to Trash'), 208 208 'l10n_print_after' => 'try{convertEntities(swfuploadL10n);}catch(e){};' 209 209 ) ); … … 249 249 $scripts->add_data( 'user-profile', 'group', 1 ); 250 250 251 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '200907 20' );251 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090730' ); 252 252 $scripts->add_data( 'admin-comments', 'group', 1 ); 253 253 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
Note: See TracChangeset
for help on using the changeset viewer.