Changeset 9106 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 10/09/2008 12:50:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r9100 r9106 718 718 $this->import_start(); 719 719 $this->get_authors_from_post(); 720 wp_suspend_cache_invalidation(true); 720 721 $this->get_entries(); 721 722 $this->process_categories(); 722 723 $this->process_tags(); 723 724 $result = $this->process_posts(); 725 wp_suspend_cache_invalidation(false); 724 726 $this->backfill_parents(); 725 727 $this->backfill_attachment_urls();
Note: See TracChangeset
for help on using the changeset viewer.