Make WordPress Core


Ignore:
Timestamp:
10/02/2008 04:30:14 PM (16 years ago)
Author:
azaozz
Message:

Update TinyMCE to 3.2.0 and remove compression, fixes #7827

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r8784 r9064  
    215215if ( $disk_cache ) {
    216216
    217     $cacheKey = apply_filters('tiny_mce_version', '20080830');
     217    $cacheKey = apply_filters('tiny_mce_version', '20080930');
    218218
    219219    foreach ( $initArray as $v )
     
    261261
    262262// Pre-init settings
    263 $content = 'var tinyMCEPreInit = { base : "'. $baseurl .'", suffix : "", query : "ver=311b", mceInit : {' . $mce_options . '}};' . "\n";
     263$content = 'var tinyMCEPreInit = { base : "'. $baseurl .'", suffix : "", query : "ver=3201", mceInit : {' . $mce_options . '}};' . "\n";
    264264
    265265// Load patch
Note: See TracChangeset for help on using the changeset viewer.