More attachment thumbnail fixes, see #5911. Hat tip: andy.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2008-03-10 23:04:20 +00:00
parent 39ca0f550e
commit 355c09e6d0
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ function gallery_shortcode($attr) {
<div class='gallery'>");
foreach ( $attachments as $id => $attachment ) {
$link = get_the_attachment_link($id, false, array(128, 96), true);
$link = get_the_attachment_link($id, true, array(128, 96), true);
$output .= "
<div>
$link