Changeset 33527
- Timestamp:
- 08/02/2015 08:00:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r33504 r33527 519 519 if ( tinymce.Env.iOS ) { 520 520 editor.settings.height = 300; 521 }522 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 521 } 527 522
Note: See TracChangeset
for help on using the changeset viewer.