Changes between Version 1 and Version 2 of Ticket #20181, comment 3
- Timestamp:
- 08/29/12 14:24:03 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20181, comment 3
v1 v2 1 1 This was a very annoying and difficult to troubleshoot bug. Needle's description fit my case exactly and his/her solution worked well for me. (Thanks Needle!) The complete filter call I used to reset the editor mode was: 2 2 {{{ 3 3 add_filter('wp_default_editor', create_function('', 'return "tinymce";')); 4 }}}
