Make WordPress Core

Ticket #25537: 25537.patch

File 25537.patch, 444 bytes (added by drozdz, 11 years ago)

Proposed patch for Ticket #25537

  • wp-includes/media.php

     
    884884                        $output .= '<br style="clear: both" />';
    885885        }
    886886
     887    if ( $columns > 0 && $i % $columns !== 0 )
     888        $output .= "
     889                        <br style='clear: both' />";
     890
    887891        $output .= "
    888                         <br style='clear: both;' />
    889892                </div>\n";
    890893
    891894        return $output;