Ticket #27963: 27963.patch
| File 27963.patch, 576 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
63 63 64 64 // Hide the toolbars after loading 65 65 editor.on( 'PostRender', function() { 66 if ( getUserSetting('hidetb', '0') === '0' ) {66 if ( editor.getParam( 'wordpress_adv_hidden', true ) && getUserSetting( 'hidetb', '0' ) === '0' ) { 67 67 toggleToolbars( 'hide' ); 68 68 } 69 69 });