Ticket #25537: 25537.patch
File 25537.patch, 444 bytes (added by , 11 years ago) |
---|
-
wp-includes/media.php
884 884 $output .= '<br style="clear: both" />'; 885 885 } 886 886 887 if ( $columns > 0 && $i % $columns !== 0 ) 888 $output .= " 889 <br style='clear: both' />"; 890 887 891 $output .= " 888 <br style='clear: both;' />889 892 </div>\n"; 890 893 891 894 return $output;