Make WordPress Core


Ignore:
Timestamp:
06/10/2008 04:40:21 AM (17 years ago)
Author:
ryan
Message:

Unify TinyMCE image popup and insert image popup. Props azaozz. see #6811

File:
1 edited

Legend:

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

    r8064 r8066  
    3636
    3737    // Modify this version when tinyMCE plugins are changed.
    38     $mce_version = apply_filters('tiny_mce_version', '20080602');
     38    $mce_version = apply_filters('tiny_mce_version', '20080606');
    3939    $scripts->add( 'tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('editor_functions'), $mce_version );
    4040
Note: See TracChangeset for help on using the changeset viewer.