Make WordPress Core

Ticket #38000: 38000.patch

File 38000.patch, 502 bytes (added by arnolem, 8 years ago)

38000.patch

  • src/wp-includes/class-wp-editor.php

     
    12571257                        var init, id, $wrap;
    12581258
    12591259                        if ( typeof tinymce !== 'undefined' ) {
    1260                                 // Fix RTL
     1260                                /* Fix RTL */
    12611261                                tinymce.on( 'addeditor', function( event ) {
    12621262                                        event.editor.rtl = event.editor.settings.rtl_ui ||
    12631263                                                ( event.editor.editorManager &&