Code Duplication    Length = 9-10 lines in 2 locations

admin_pages/registrations/Registrations_Admin_Page.core.php 2 locations

@@ 3514-3522 (lines=9) @@
3511
            'normal'
3512
        );
3513
        remove_meta_box('commentstatusdiv', $this->_cpt_routes[ $this->_req_action ], 'normal', 'core');
3514
        if (post_type_supports('espresso_attendees', 'excerpt')) {
3515
            add_meta_box(
3516
                'postexcerpt',
3517
                esc_html__('Short Biography', 'event_espresso'),
3518
                'post_excerpt_meta_box',
3519
                $this->_cpt_routes[ $this->_req_action ],
3520
                'normal'
3521
            );
3522
        }
3523
        if (post_type_supports('espresso_attendees', 'comments')) {
3524
            add_meta_box(
3525
                'commentsdiv',
@@ 3523-3532 (lines=10) @@
3520
                'normal'
3521
            );
3522
        }
3523
        if (post_type_supports('espresso_attendees', 'comments')) {
3524
            add_meta_box(
3525
                'commentsdiv',
3526
                esc_html__('Notes on the Contact', 'event_espresso'),
3527
                'post_comment_meta_box',
3528
                $this->_cpt_routes[ $this->_req_action ],
3529
                'normal',
3530
                'core'
3531
            );
3532
        }
3533
        add_meta_box(
3534
            'attendee_contact_info',
3535
            esc_html__('Contact Info', 'event_espresso'),