mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 16:20:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user