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/util/Quirks_webkit.html

    r27155 r27387  
    9999    }
    100100
     101    // WP
    101102    var url = document.location.href.substring( 0, document.location.href.lastIndexOf('tinymce/') );
    102103   
    103104    tinymce.init({
    104105        mode : "exact",
     106        // WP
    105107        external_plugins: {
    106             noneditable: url + 'external-plugins/table/plugin.js'
     108            table: url + 'external-plugins/table/plugin.js'
    107109        },
     110        // WP end
    108111        elements : "elm1",
    109112        indent: false,
Note: See TracChangeset for help on using the changeset viewer.