Code Duplication    Length = 3-4 lines in 2 locations

wp-includes/media.php 2 locations

@@ 1790-1792 (lines=3) @@
1787
				</{$captiontag}>";
1788
		}
1789
		$output .= "</{$itemtag}>";
1790
		if ( ! $html5 && $columns > 0 && ++$i % $columns == 0 ) {
1791
			$output .= '<br style="clear: both" />';
1792
		}
1793
	}
1794
1795
	if ( ! $html5 && $columns > 0 && $i % $columns !== 0 ) {
@@ 1795-1798 (lines=4) @@
1792
		}
1793
	}
1794
1795
	if ( ! $html5 && $columns > 0 && $i % $columns !== 0 ) {
1796
		$output .= "
1797
			<br style='clear: both' />";
1798
	}
1799
1800
	$output .= "
1801
		</div>\n";