Make WordPress Core


Ignore:
Timestamp:
03/04/2014 01:56:57 AM (12 years ago)
Author:
azaozz
Message:

TinyMCE: update to 4.0.18, see #24067

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/editor/tinymce/Formatter_check.html

    r27155 r27387  
    228228});
    229229
     230// WP
    230231var url = document.location.href.substring( 0, document.location.href.lastIndexOf('tinymce/') );
    231232
     
    233234    selector: "#elm2",
    234235    inline: true,
     236    // WP
    235237    external_plugins: {
    236238        noneditable: url + 'external-plugins/noneditable/plugin.js'
    237239    },
     240    // WP end
    238241    add_unload_trigger: false,
    239242    indent: false,
Note: See TracChangeset for help on using the changeset viewer.