Make WordPress Core


Ignore:
Timestamp:
06/27/2008 04:13:27 PM (17 years ago)
Author:
ryan
Message:

TinyMCE 3.1.1 from azaozz. fixes #7191

File:
1 edited

Legend:

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

    r8193 r8204  
    223223if ( $disk_cache ) {
    224224
    225     $cacheKey = apply_filters('tiny_mce_version', '20080622');
     225    $cacheKey = apply_filters('tiny_mce_version', '20080626');
    226226
    227227    foreach ( $initArray as $v )
     
    270270$mce_options = rtrim( trim($mce_options), '\n\r,' );
    271271
    272 $content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=3101" };';
     272$content = 'var tinyMCEPreInit = { settings : { themes : "' . $theme . '", plugins : "' . $initArray['plugins'] . '", languages : "' . $language . '", debug : false }, base : "' . $baseurl . '", suffix : "", query : "ver=311" };';
    273273
    274274// Load patch
Note: See TracChangeset for help on using the changeset viewer.