Changeset 28226 for branches/3.9
- Timestamp:
- 05/01/2014 04:17:34 AM (11 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r28094 r28226 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.