Ticket #14819: wp301-gallery-patch-ref-14819.patch
| File wp301-gallery-patch-ref-14819.patch, 557 bytes (added by , 15 years ago) |
|---|
-
wp-includes/media.php
856 856 " . wptexturize($attachment->post_excerpt) . " 857 857 </{$captiontag}>"; 858 858 } 859 elseif ( $captiontag && ( 'dd' == $captiontag ) ) { 860 $output .= " 861 <{$captiontag} class='gallery-caption'> 862 </{$captiontag}>"; 863 } 859 864 $output .= "</{$itemtag}>"; 860 865 if ( $columns > 0 && ++$i % $columns == 0 ) 861 866 $output .= '<br style="clear: both" />';