Changeset 6026 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r5937 r6026 105 105 $this->posts[$num] = ''; 106 106 $doing_entry = true; 107 continue; 107 continue; 108 108 } 109 109 if ( false !== strpos($importline, '</item>') ) { 110 110 $num++; 111 111 $doing_entry = false; 112 continue; 112 continue; 113 113 } 114 114 if ( $doing_entry ) { … … 336 336 } 337 337 wp_set_post_categories($post_id, $post_cats); 338 } 338 } 339 339 } 340 340
Note: See TracChangeset
for help on using the changeset viewer.