[wp-trac] Re: [WordPress Trac] #6468: Gallery should have an option
to skip medium sized image
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 9 07:59:04 GMT 2008
#6468: Gallery should have an option to skip medium sized image
--------------------------------+-------------------------------------------
Reporter: mnogueir | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.7
Component: General | Version: 2.5
Severity: normal | Resolution:
Keywords: gallery, thumbnail |
--------------------------------+-------------------------------------------
Comment (by mnogueir):
Just found this info somewhere:
edit media.php in the wp-includes dir:
The line number 394 is as follows in 2.5:
$link = wp_get_attachment_link($id, $size, true);
change it to:
$link = wp_get_attachment_link($id, $size, false);
and it should work!
So, couldn't this be coded as an admin option? Thanks
--
Ticket URL: <http://trac.wordpress.org/ticket/6468#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list