@@ 3566-3574 (lines=9) @@ | ||
3563 | 'core' |
|
3564 | ); |
|
3565 | remove_meta_box('commentstatusdiv', $this->_cpt_routes[$this->_req_action], 'normal', 'core'); |
|
3566 | if (post_type_supports('espresso_attendees', 'excerpt')) { |
|
3567 | add_meta_box( |
|
3568 | 'postexcerpt', |
|
3569 | esc_html__('Short Biography', 'event_espresso'), |
|
3570 | 'post_excerpt_meta_box', |
|
3571 | $this->_cpt_routes[$this->_req_action], |
|
3572 | 'normal' |
|
3573 | ); |
|
3574 | } |
|
3575 | if (post_type_supports('espresso_attendees', 'comments')) { |
|
3576 | add_meta_box( |
|
3577 | 'commentsdiv', |
|
@@ 3575-3584 (lines=10) @@ | ||
3572 | 'normal' |
|
3573 | ); |
|
3574 | } |
|
3575 | if (post_type_supports('espresso_attendees', 'comments')) { |
|
3576 | add_meta_box( |
|
3577 | 'commentsdiv', |
|
3578 | esc_html__('Notes on the Contact', 'event_espresso'), |
|
3579 | 'post_comment_meta_box', |
|
3580 | $this->_cpt_routes[$this->_req_action], |
|
3581 | 'normal', |
|
3582 | 'core' |
|
3583 | ); |
|
3584 | } |
|
3585 | add_meta_box( |
|
3586 | 'attendee_contact_info', |
|
3587 | esc_html__('Contact Info', 'event_espresso'), |