Make WordPress Core


Ignore:
Timestamp:
06/16/2008 09:08:49 PM (18 years ago)
Author:
mdawaffe
Message:

crazyhorse: merge with trunk [8072:8102]

File:
1 edited

Legend:

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

    r8066 r8103  
    3636
    3737        // Modify this version when tinyMCE plugins are changed.
    38         $mce_version = apply_filters('tiny_mce_version', '20080606');
     38        $mce_version = apply_filters('tiny_mce_version', '20080613');
    3939        $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version );
    4040
     
    227227        $styles->add( 'theme-editor', '/wp-admin/css/theme-editor.css' );
    228228        $styles->add( 'press-this', '/wp-admin/css/press-this.css' );
    229         $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css' );
     229        $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20080613' );
    230230        $styles->add( 'login', '/wp-admin/css/login.css' );
    231231
Note: See TracChangeset for help on using the changeset viewer.