Make WordPress Core


Ignore:
Timestamp:
05/24/2008 05:06:26 PM (16 years ago)
Author:
ryan
Message:

Fixes timing issue in IE6 in the TB mod scripts. Reorders css files to load before js in the admin head. Props azaozz. fixes #7032

File:
1 edited

Legend:

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

    r7988 r7989  
    159159        ) );
    160160        $scripts->add( 'admin-gallery', '/wp-admin/js/gallery.js', array( 'jquery-ui-sortable' ), '20080520' );
    161         $scripts->add( 'media-upload', '/wp-admin/js/media-upload.js', array( 'thickbox' ), '20080430' );
     161        $scripts->add( 'media-upload', '/wp-admin/js/media-upload.js', array( 'thickbox' ), '20080523' );
    162162        $scripts->localize( 'upload', 'uploadL10n', array(
    163163            'browseTitle' => attribute_escape(__('Browse your files')),
     
    200200        ));
    201201       
    202         $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'dimensions' ), '20080515' );
     202        $scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'dimensions' ), '20080523' );
    203203    }
    204204}
Note: See TracChangeset for help on using the changeset viewer.