Make WordPress Core


Ignore:
Timestamp:
06/19/2008 04:55:50 PM (16 years ago)
Author:
ryan
Message:

TinyMCE 3.1.0.1 from azaozz. fixes #7153 #7148 #7128

File:
1 edited

Legend:

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

    r8083 r8127  
    227227if ( $disk_cache ) {
    228228
    229     $cacheKey = apply_filters('tiny_mce_version', '20080613');
     229    $cacheKey = apply_filters('tiny_mce_version', '20080618');
    230230
    231231    foreach ( $initArray as $v )
     
    274274$mce_options = rtrim( trim($mce_options), '\n\r,' );
    275275
    276 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=3091" };';
     276$content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=3101" };';
    277277
    278278// Load patch
Note: See TracChangeset for help on using the changeset viewer.