Changeset 6544 for trunk/wp-includes/script-loader.php
- Timestamp:
- 01/03/2008 08:03:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r6542 r6544 12 12 13 13 function default_scripts() { 14 $this->add( 'dbx', '/wp-includes/js/dbx.js', false, '2.05' );15 16 14 $this->add( 'fat', '/wp-includes/js/fat.js', false, '1.0-RC1_3660' ); 17 15 … … 101 99 break; 102 100 endswitch; 103 if ( $man ) {104 $this->add( 'dbx-admin-key', '/wp-admin/js/dbx-admin-key.js', array('dbx'), '20070417' );105 $this->localize( 'dbx-admin-key', 'dbxL10n', array(106 'manager' => $man,107 'open' => __('open'),108 'close' => __('close'),109 'moveMouse' => __('click-down and drag to move this box'),110 'toggleMouse' => __('click to %toggle% this box'),111 'moveKey' => __('use the arrow keys to move this box'),112 'toggleKey' => __(', or press the enter key to %toggle% it'),113 ) );114 }115 101 $this->add( 'ajaxcat', '/wp-admin/js/cat.js', array( 'wp-lists' ), '20071101' ); 116 102 $this->localize( 'ajaxcat', 'catL10n', array(
Note: See TracChangeset
for help on using the changeset viewer.