Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17144, comment 88


Ignore:
Timestamp:
10/13/2011 07:17:05 PM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17144, comment 88

    initial v1  
    22
    33Could 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
     5Also you shouldn't instantiate the class again. It keeps pointers to what's already loaded. Use the `wp_editor()` function instead.