Changeset 9100 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 10/08/2008 09:42:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r8957 r9100 431 431 432 432 $postdata = compact('post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_excerpt', 'post_title', 'post_status', 'post_name', 'comment_status', 'ping_status', 'guid', 'post_parent', 'menu_order', 'post_type', 'post_password'); 433 $postdata['import_id'] = $post_ID; 433 434 if ($post_type == 'attachment') { 434 435 $remote_url = $this->get_tag( $post, 'wp:attachment_url' );
Note: See TracChangeset
for help on using the changeset viewer.