Code Duplication    Length = 3-3 lines in 2 locations

includes/wc-template-functions.php 2 locations

@@ 2371-2373 (lines=3) @@
2368
			$strings[] = '<strong class="wc-item-meta-label">' . wp_kses_post( $meta->display_key ) . ':</strong> ' . $value;
2369
		}
2370
2371
		if ( $strings ) {
2372
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2373
		}
2374
2375
		$html = apply_filters( 'woocommerce_display_item_meta', $html, $item, $args );
2376
@@ 2418-2420 (lines=3) @@
2415
			}
2416
		}
2417
2418
		if ( $strings ) {
2419
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2420
		}
2421
2422
		$html = apply_filters( 'woocommerce_display_item_downloads', $html, $item, $args );
2423