Changes between Initial Version and Version 1 of Ticket #17874, comment 8
- Timestamp:
- 06/23/2011 07:12:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17874, comment 8
initial v1 1 1 So the problem is the new fullscreen mode. It has the "Save" button, but if you use wp_tiny_mce() outside the edit screen, for example for plugins like Event Espresso you will get the warning. We should disable the fullscreen mode then. 2 3 4 In your case wp_tiny_mce( $teeny = true ) would be better too.