Make WordPress Core


Ignore:
Timestamp:
05/22/2008 03:27:28 PM (18 years ago)
Author:
ryan
Message:

Use style loader for gears manifest. Props azaozz. fixes #7015

File:
1 edited

Legend:

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

    r7979 r7981  
    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', false, '20080430' );
     161        $scripts->add( 'media-upload', '/wp-admin/js/media-upload.js', array( 'thickbox' ), '20080430' );
    162162        $scripts->localize( 'upload', 'uploadL10n', array(
    163163            'browseTitle' => attribute_escape(__('Browse your files')),
Note: See TracChangeset for help on using the changeset viewer.