Turn off the fullsize argument, which was accidentally toggled earlier.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-11 07:45:31 +00:00
parent c3c45d74fc
commit 4c715fbd58
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function gallery_shortcode($attr) {
<div class='gallery'>");
foreach ( $attachments as $id => $attachment ) {
$link = get_the_attachment_link($id, true, array(128, 96), true);
$link = get_the_attachment_link($id, false, array(128, 96), true);
$output .= "
<div>
$link