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