Code Duplication    Length = 3-3 lines in 2 locations

includes/admin/class-wpinv-subscriptions-list-table.php 2 locations

@@ 94-96 (lines=3) @@
91
92
        $input_id = $input_id . '-search-input';
93
94
        if ( ! empty( $_REQUEST['orderby'] ) ) {
95
            echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
96
        }
97
98
        if ( ! empty( $_REQUEST['order'] ) ) {
99
            echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
@@ 98-100 (lines=3) @@
95
            echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
96
        }
97
98
        if ( ! empty( $_REQUEST['order'] ) ) {
99
            echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
100
        }
101
    ?>
102
        <p class="search-box">
103
            <?php do_action( 'edd_recurring_subscription_search_box' ); ?>