Make WordPress Core


Ignore:
Timestamp:
11/26/2008 02:27:37 AM (16 years ago)
Author:
azaozz
Message:

Move Gallery Settings to the Gallery tab in the uploader, split the Upload tab in "From Computer" and "From URL" tabs

File:
1 edited

Legend:

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

    r9872 r9894  
    6262    // Modify this version when tinyMCE plugins are changed.
    6363    function mce_version() {
    64         return '20081122';
     64        return '20081125';
    6565    }
    6666    add_filter( 'tiny_mce_version', 'mce_version' );
     
    226226            'submittedOn' => __('Submitted on:')
    227227        ) );
    228         $scripts->add( 'admin-gallery', '/wp-admin/js/gallery.js', array( 'jquery-ui-sortable' ), '20080709' );
    229         $scripts->add( 'media-upload', '/wp-admin/js/media-upload.js', array( 'thickbox' ), '20081031' );
     228        $scripts->add( 'admin-gallery', '/wp-admin/js/gallery.js', array( 'jquery-ui-sortable' ), '20081125' );
     229        $scripts->add( 'media-upload', '/wp-admin/js/media-upload.js', array( 'thickbox' ), '20081125' );
    230230       
    231231        $scripts->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20081120' );
Note: See TracChangeset for help on using the changeset viewer.