- Timestamp:
- 04/22/2014 01:49:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r28094 r28181 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 }
Note: See TracChangeset
for help on using the changeset viewer.