Code Duplication    Length = 3-3 lines in 2 locations

includes/wc-template-functions.php 2 locations

@@ 2281-2283 (lines=3) @@
2278
			$strings[] = '<strong class="wc-item-meta-label">' . wp_kses_post( $meta->display_key ) . ':</strong> ' . $value;
2279
		}
2280
2281
		if ( $strings ) {
2282
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2283
		}
2284
2285
		$html = apply_filters( 'woocommerce_display_item_meta', $html, $item, $args );
2286
@@ 2327-2329 (lines=3) @@
2324
			}
2325
		}
2326
2327
		if ( $strings ) {
2328
			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
2329
		}
2330
2331
		$html = apply_filters( 'woocommerce_display_item_downloads', $html, $item, $args );
2332