Make WordPress Core


Ignore:
Timestamp:
10/23/2014 02:07:15 AM (11 years ago)
Author:
azaozz
Message:

TinyMCE: update to 4.1.6+. Adds support for cache-busting when auto-loading JS and CSS. Change the tests to run in /build. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt.
Fixes #30079

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r29773 r29994  
    490490                    'entity_encoding' => 'raw',
    491491                    'keep_styles' => false,
     492                    'cache_suffix' => 'wp-mce-' . $GLOBALS['tinymce_version'],
    492493
    493494                    // Limit the preview styles in the menu/toolbar
Note: See TracChangeset for help on using the changeset viewer.