Code Duplication    Length = 9-10 lines in 2 locations

admin_pages/registrations/Registrations_Admin_Page.core.php 2 locations

@@ 3534-3542 (lines=9) @@
3531
            'core'
3532
        );
3533
        remove_meta_box('commentstatusdiv', $this->_cpt_routes[$this->_req_action], 'normal', 'core');
3534
        if (post_type_supports('espresso_attendees', 'excerpt')) {
3535
            add_meta_box(
3536
                'postexcerpt',
3537
                esc_html__('Short Biography', 'event_espresso'),
3538
                'post_excerpt_meta_box',
3539
                $this->_cpt_routes[$this->_req_action],
3540
                'normal'
3541
            );
3542
        }
3543
        if (post_type_supports('espresso_attendees', 'comments')) {
3544
            add_meta_box(
3545
                'commentsdiv',
@@ 3543-3552 (lines=10) @@
3540
                'normal'
3541
            );
3542
        }
3543
        if (post_type_supports('espresso_attendees', 'comments')) {
3544
            add_meta_box(
3545
                'commentsdiv',
3546
                esc_html__('Notes on the Contact', 'event_espresso'),
3547
                'post_comment_meta_box',
3548
                $this->_cpt_routes[$this->_req_action],
3549
                'normal',
3550
                'core'
3551
            );
3552
        }
3553
        add_meta_box(
3554
            'attendee_contact_info',
3555
            esc_html__('Contact Info', 'event_espresso'),