Make WordPress Core

Ticket #33192: 33192.patch

File 33192.patch, 573 bytes (added by azaozz, 10 years ago)
  • src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

     
    520520                        editor.settings.height = 300;
    521521                }
    522522
    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 
    528523                each( {
    529524                        c: 'JustifyCenter',
    530525                        r: 'JustifyRight',