Code Duplication    Length = 3-3 lines in 2 locations

includes/widgets/class-wc-widget-layered-nav.php 2 locations

@@ 284-286 (lines=3) @@
281
		}
282
283
		// Orderby
284
		if ( isset( $_GET['orderby'] ) ) {
285
			$link = add_query_arg( 'orderby', wc_clean( $_GET['orderby'] ), $link );
286
		}
287
288
		/**
289
		 * Search Arg.
@@ 297-299 (lines=3) @@
294
		}
295
296
		// Post Type Arg
297
		if ( isset( $_GET['post_type'] ) ) {
298
			$link = add_query_arg( 'post_type', wc_clean( $_GET['post_type'] ), $link );
299
		}
300
301
		// Min Rating Arg
302
		if ( isset( $_GET['min_rating'] ) ) {