Code Duplication    Length = 3-3 lines in 2 locations

wp-includes/media.php 2 locations

@@ 2324-2326 (lines=3) @@
2321
	}
2322
2323
	$attr_strings = array();
2324
	foreach ( $html_atts as $k => $v ) {
2325
		$attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
2326
	}
2327
2328
	$html = '';
2329
	if ( 'mediaelement' === $library && 1 === $instance ) {
@@ 2563-2565 (lines=3) @@
2560
	}
2561
2562
	$attr_strings = array();
2563
	foreach ( $html_atts as $k => $v ) {
2564
		$attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
2565
	}
2566
2567
	$html = '';
2568
	if ( 'mediaelement' === $library && 1 === $instance ) {