Changeset 2971

Show
Ignore:
Timestamp:
10/28/05 04:37:06 (3 years ago)
Author:
ryan
Message:

Let wp_insert_post() figure out the GMT date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/rss.php

    r2970 r2971  
    9999            $post_author = 1; 
    100100            $post_status = 'publish'; 
    101             $this->posts[$index] = compact('post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_status', 'guid', 'categories'); 
     101            $this->posts[$index] = compact('post_author', 'post_date', 'post_content', 'post_title', 'post_status', 'guid', 'categories'); 
    102102            $index++; 
    103103        }