Make WordPress Core

Ticket #30592: 30592.patch

File 30592.patch, 612 bytes (added by iseulde, 10 years ago)
  • src/wp-admin/js/editor-expand.js

     
    3636                        pinnedToolsTop = 56,
    3737                        sidebarBottom = 20,
    3838                        autoresizeMinHeight = 300,
    39                         initialMode = window.getUserSetting( 'editor' ),
     39                        initialMode = $contentWrap.hasClass( 'tmce-active' ) ? 'tinymce' : 'html',
    4040                        advanced = !! parseInt( window.getUserSetting( 'hidetb' ), 10 ),
    4141                        // These are corrected when adjust() runs, except on scrolling if already set.
    4242                        heights = {