Ticket #33192: 33192.patch
File 33192.patch, 573 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
520 520 editor.settings.height = 300; 521 521 } 522 522 523 // Start hidden when the Text editor is set to load first.524 if ( tinymce.$( '#wp-' + editor.id + '-wrap' ).hasClass( 'html-active' ) ) {525 editor.hide();526 }527 528 523 each( { 529 524 c: 'JustifyCenter', 530 525 r: 'JustifyRight',