Code Duplication    Length = 3-3 lines in 2 locations

includes/wc-template-functions.php 2 locations

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