Changeset 6551 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r6532 r6551 107 107 } 108 108 if ( false !== strpos($importline, '</item>') ) { 109 $num++;110 109 $doing_entry = false; 111 110 if ($process_post_func) … … 401 400 $post_author = $this->checkauthor($post_author); //just so that if a post already exists, new users are not created by checkauthor 402 401 403 $postdata = compact('post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_ excerpt', 'post_status', 'post_name', 'comment_status', 'ping_status', 'post_modified', 'post_modified_gmt', 'guid', 'post_parent', 'menu_order', 'post_type');402 $postdata = compact('post_author', 'post_date', 'post_date_gmt', 'post_content', 'post_title', 'post_status', 'post_name', 'comment_status', 'ping_status', 'guid', 'post_parent', 'menu_order', 'post_type'); 404 403 if ($post_type == 'attachment') { 405 404 $remote_url = $this->get_tag( $post, 'wp:attachment_url' );
Note: See TracChangeset
for help on using the changeset viewer.