Changeset 8777 for trunk/wp-includes/script-loader.php
- Timestamp:
- 08/29/2008 09:43:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r8767 r8777 73 73 $scripts->add( 'suggest', '/wp-includes/js/jquery/suggest.js', array('jquery'), '1.1b'); 74 74 $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20'); 75 $scripts->add( 'jquery-hotkeys', '/wp-includes/js/jquery/jquery.hotkeys.js', array('jquery'), '0.0.2' ); 76 $scripts->add( 'jquery-table-hotkeys', '/wp-includes/js/jquery/jquery.table-hotkeys.js', array('jquery', 'jquery-hotkeys'), '20080829' ); 75 77 $scripts->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.js', array('jquery'), '3.1-20080430'); 76 78 $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', false, '2.0.2-20080430'); … … 225 227 $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'press-this-ie' ); 226 228 227 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css' );229 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20080829' ); 228 230 $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); 229 231
Note: See TracChangeset
for help on using the changeset viewer.