Code Duplication    Length = 3-3 lines in 2 locations

includes/wc-template-functions.php 2 locations

@@ 2358-2360 (lines=3) @@
2355
			$strings[] = '<strong class="wc-item-meta-label">' . wp_kses_post( $meta->display_key ) . ':</strong> ' . $value;
2356
		}
2357
2358
		if ( $strings ) {
2359
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2360
		}
2361
2362
		$html = apply_filters( 'woocommerce_display_item_meta', $html, $item, $args );
2363
@@ 2405-2407 (lines=3) @@
2402
			}
2403
		}
2404
2405
		if ( $strings ) {
2406
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2407
		}
2408
2409
		$html = apply_filters( 'woocommerce_display_item_downloads', $html, $item, $args );
2410