Code Duplication    Length = 3-3 lines in 2 locations

admin_pages/registrations/Registrations_Admin_Page.core.php 2 locations

@@ 2867-2869 (lines=3) @@
2864
        remove_meta_box('postexcerpt', __('Excerpt'), 'post_excerpt_meta_box', $this->_cpt_routes[$this->_req_action],
2865
            'normal', 'core');
2866
        remove_meta_box('commentstatusdiv', $this->_cpt_routes[$this->_req_action], 'normal', 'core');
2867
        if (post_type_supports('espresso_attendees', 'excerpt')) {
2868
            add_meta_box('postexcerpt', __('Short Biography', 'event_espresso'), 'post_excerpt_meta_box',
2869
                $this->_cpt_routes[$this->_req_action], 'normal');
2870
        }
2871
        if (post_type_supports('espresso_attendees', 'comments')) {
2872
            add_meta_box('commentsdiv', __('Notes on the Contact', 'event_espresso'), 'post_comment_meta_box',
@@ 2871-2873 (lines=3) @@
2868
            add_meta_box('postexcerpt', __('Short Biography', 'event_espresso'), 'post_excerpt_meta_box',
2869
                $this->_cpt_routes[$this->_req_action], 'normal');
2870
        }
2871
        if (post_type_supports('espresso_attendees', 'comments')) {
2872
            add_meta_box('commentsdiv', __('Notes on the Contact', 'event_espresso'), 'post_comment_meta_box',
2873
                $this->_cpt_routes[$this->_req_action], 'normal', 'core');
2874
        }
2875
        add_meta_box('attendee_contact_info', __('Contact Info', 'event_espresso'),
2876
            array($this, 'attendee_contact_info'), $this->_cpt_routes[$this->_req_action], 'side', 'core');