On 07/07/2011 4:52 PM, Kevin Stover wrote: > ...I am having a problem, > however, in getting the wp_editor to work on the admin-side. You are setting it properly, right? global $wp_editor; $wp_editor->editor( 'some content', 'one' ); $wp_editor->editor( 'more content', 'two' );