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:
parent
c3c45d74fc
commit
4c715fbd58
|
@ -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