Make WordPress Core


Ignore:
Timestamp:
01/03/2008 08:03:29 AM (17 years ago)
Author:
matt
Message:

Post screen improvementsHHH, er, changes. Will file tickets for todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6542 r6544  
    1212
    1313    function default_scripts() {
    14         $this->add( 'dbx', '/wp-includes/js/dbx.js', false, '2.05' );
    15 
    1614        $this->add( 'fat', '/wp-includes/js/fat.js', false, '1.0-RC1_3660' );
    1715
     
    10199                break;
    102100            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             }
    115101            $this->add( 'ajaxcat', '/wp-admin/js/cat.js', array( 'wp-lists' ), '20071101' );
    116102            $this->localize( 'ajaxcat', 'catL10n', array(
Note: See TracChangeset for help on using the changeset viewer.