﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11990,Post thumbnail not saved,alexrabe,,"Follow prodedure :

1. Add new post
2. Select ""post thumbnail"" 
3. Save as draft or publish

Assigned Post thumbnail is not longer linked. Reason :
admin-ajax.php ('set-post-thumbnail'), saves the relationship :

{{{
update_post_meta( $post_id, '_thumbnail_id', $thumbnail_id );
}}}

But when the post is not saved as draft/prublish it has a negativ ID (-12345679), which is not allowed for wp_postmedia column -> post_id and also not updated after you save the post",defect (bug),closed,normal,3.0,Post Thumbnails,2.9,normal,fixed,featured,
