Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 115-117 (lines=3) @@
112
113
		$input_id = $input_id . '-search-input';
114
115
		if ( ! empty( $_REQUEST['orderby'] ) ) {
116
			echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
117
		}
118
119
		if ( ! empty( $_REQUEST['order'] ) ) {
120
			echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
@@ 119-121 (lines=3) @@
116
			echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
117
		}
118
119
		if ( ! empty( $_REQUEST['order'] ) ) {
120
			echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
121
		}
122
?>
123
		<p class="search-box">
124
			<?php do_action( 'wpinv_recurring_subscription_search_box' ); ?>