﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22841,Media uploader has issues with defaults for align/link/size,Ipstenu,nacin,"Source: http://wordpress.org/support/topic/image_default_link_type?replies=6#post-3533649

Action: Set the following in functions/plugin
{{{
update_option('image_default_link_type','file');
}}}

Expected Outcome: When uploading a file, it should link to 'file'

Actual Outcome: On existing media uploads, everything's fine. On ''new'' uploader, it's ignored. 

The option is getting set in the DB, it just appears it's not being read.",defect (bug),closed,normal,3.5.1,Media,3.5,major,fixed,has-patch commit fixed-major,lee@…
