|  | @@ 2469-2471 (lines=3) @@ | 
                                                            
                                    | 2466 |  | 		remove_meta_box('postexcerpt', __('Excerpt'), 'post_excerpt_meta_box', $this->_cpt_routes[$this->_req_action], 'normal', 'core'); | 
                                                            
                                    | 2467 |  | 		remove_meta_box('commentstatusdiv', $this->_cpt_routes[$this->_req_action], 'normal', 'core'); | 
                                                            
                                    | 2468 |  |  | 
                                                            
                                    | 2469 |  | 		if ( post_type_supports( 'espresso_attendees', 'excerpt') ) { | 
                                                            
                                    | 2470 |  | 			add_meta_box('postexcerpt', __('Short Biography', 'event_espresso'), 'post_excerpt_meta_box', $this->_cpt_routes[$this->_req_action], 'normal' ); | 
                                                            
                                    | 2471 |  | 		} | 
                                                            
                                    | 2472 |  |  | 
                                                            
                                    | 2473 |  | 		if ( post_type_supports( 'espresso_attendees', 'comments') ) { | 
                                                            
                                    | 2474 |  | 			add_meta_box('commentsdiv', __('Notes on the Contact', 'event_espresso'), 'post_comment_meta_box', $this->_cpt_routes[$this->_req_action], 'normal', 'core'); | 
                                                                                
                                |  | @@ 2473-2475 (lines=3) @@ | 
                                                            
                                    | 2470 |  | 			add_meta_box('postexcerpt', __('Short Biography', 'event_espresso'), 'post_excerpt_meta_box', $this->_cpt_routes[$this->_req_action], 'normal' ); | 
                                                            
                                    | 2471 |  | 		} | 
                                                            
                                    | 2472 |  |  | 
                                                            
                                    | 2473 |  | 		if ( post_type_supports( 'espresso_attendees', 'comments') ) { | 
                                                            
                                    | 2474 |  | 			add_meta_box('commentsdiv', __('Notes on the Contact', 'event_espresso'), 'post_comment_meta_box', $this->_cpt_routes[$this->_req_action], 'normal', 'core'); | 
                                                            
                                    | 2475 |  | 		} | 
                                                            
                                    | 2476 |  |  | 
                                                            
                                    | 2477 |  | 		add_meta_box('attendee_contact_info', __('Contact Info', 'event_espresso'), array( $this, 'attendee_contact_info'), $this->_cpt_routes[$this->_req_action], 'side', 'core' ); | 
                                                            
                                    | 2478 |  | 		add_meta_box('attendee_details_address', __('Address Details', 'event_espresso'), array($this, 'attendee_address_details'), $this->_cpt_routes[$this->_req_action], 'normal', 'core' ); |