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_remove.html

    r27155 r27387  
    361361*/
    362362
     363// WP
    363364var url = document.location.href.substring( 0, document.location.href.lastIndexOf('tinymce/') );
    364365
     
    366367    mode : "exact",
    367368    elements : "elm1",
     369    // WP
    368370    external_plugins: {
    369371        noneditable: url + 'external-plugins/noneditable/plugin.js'
    370372    },
     373    // WP end
    371374    indent : false,
    372375    add_unload_trigger : false,
Note: See TracChangeset for help on using the changeset viewer.