Ticket #6357: 6537.2.diff
File 6537.2.diff, 451 bytes (added by , 17 years ago) |
---|
-
post-template.php
504 504 global $post; 505 505 506 506 if ( empty($post->post_type) || $post->post_type != 'attachment' ) 507 return ;507 return $content; 508 508 509 509 $p = '<p class="attachment">'; 510 510 // show the medium sized image representation of the attachment if available, and link to the raw file