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:
parent
af2b94ca44
commit
4888358aad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user