Ticket #6064: attachment_icon_gallery_fix.diff
| File attachment_icon_gallery_fix.diff, 598 bytes (added by , 19 years ago) |
|---|
-
wp-includes/shortcodes.php
167 167 "; 168 168 169 169 if ( !empty($attachments) ) foreach ( $attachments as $id => $attachment ) { 170 $src = wp_get_attachment_thumb_url($id); 170 $src = get_attachment_icon_src($id); 171 $src = $src[0]; 171 172 $href = get_attachment_link($id); 172 173 $output .= " 173 174 <div> … … 179 180 } 180 181 181 182 $output .= " 182 <br style='clear: both;' >183 <br style='clear: both;' /> 183 184 </div> 184 185 "; 185 186
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)