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

git-svn-id: https://develop.svn.wordpress.org/trunk@7233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-11 07:45:31 +00:00
parent af2b94ca44
commit 4888358aad
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