Ticket #38000: 38000.patch
File 38000.patch, 502 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
1257 1257 var init, id, $wrap; 1258 1258 1259 1259 if ( typeof tinymce !== 'undefined' ) { 1260 / / Fix RTL1260 /* Fix RTL */ 1261 1261 tinymce.on( 'addeditor', function( event ) { 1262 1262 event.editor.rtl = event.editor.settings.rtl_ui || 1263 1263 ( event.editor.editorManager &&