Make WordPress Core


Ignore:
Timestamp:
08/19/2009 08:35:24 AM (17 years ago)
Author:
azaozz
Message:

"Trash" updates, props caesarsgrunt, see #4529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r11756 r11841  
    12651265        do_action('untrash_post', $postid);
    12661266
    1267         $post['post_status'] = 'draft';
     1267        $post['post_status'] = ($post->post_type == 'attachment') ? 'inherit' : 'draft';
    12681268
    12691269        $trash_meta = get_option('wp_trash_meta');
Note: See TracChangeset for help on using the changeset viewer.