Ticket #14186: gallery_style_hook2.patch
| File gallery_style_hook2.patch, 561 bytes (added by , 15 years ago) |
|---|
-
media.php
838 838 margin-left: 0; 839 839 } 840 840 </style> 841 <!-- see gallery_shortcode() in wp-includes/media.php --> 842 <div id='$selector' class='gallery galleryid-{$id}'>"); 841 ", $selector, $float, $itemwidth ); 842 $output .= "<!-- see gallery_shortcode() in wp-includes/media.php --> 843 <div id='$selector' class='gallery galleryid-{$id}'>"; 843 844 844 845 $i = 0; 845 846 foreach ( $attachments as $id => $attachment ) {