'Y','text'=> __('Yes','event_espresso')), array('id'=>'N','text'=> __('No','event_espresso')) ); echo select_input('display_desc', $values, 'N'); ?>

5, "textarea_name" => "category_desc", "editor_class" => "my_editor_custom"); wp_editor("My category content", "category_desc", $args); }else{ the_editor('', $id = 'category_desc', $prev_id = 'title', $media_buttons = true, $tab_index = 3); } //the_editor('', $id = 'category_desc', $prev_id = 'title', $media_buttons = true, $tab_index = 3);?>