Code Duplication    Length = 3-3 lines in 2 locations

src/wp-includes/media.php 2 locations

@@ 2308-2310 (lines=3) @@
2305
	}
2306
2307
	$attr_strings = array();
2308
	foreach ( $html_atts as $k => $v ) {
2309
		$attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
2310
	}
2311
2312
	$html = '';
2313
	if ( 'mediaelement' === $library && 1 === $instance ) {
@@ 2547-2549 (lines=3) @@
2544
	}
2545
2546
	$attr_strings = array();
2547
	foreach ( $html_atts as $k => $v ) {
2548
		$attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
2549
	}
2550
2551
	$html = '';
2552
	if ( 'mediaelement' === $library && 1 === $instance ) {