Changes between Initial Version and Version 1 of Ticket #17144, comment 88
- Timestamp:
- 10/13/2011 07:17:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17144, comment 88
initial v1 2 2 3 3 Could you make sure there's nothing else trying to initialize the editors on the page. Or better: can you attach the html (removing any URLs, nonces, etc. if it's a live site) to the ticket. 4 5 Also you shouldn't instantiate the class again. It keeps pointers to what's already loaded. Use the `wp_editor()` function instead.