Changeset 6376 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 12/12/2007 05:14:00 AM (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
r6374 r6376 447 447 448 448 $this->get_authors_from_post(); 449 wp_defer_term_counting(true); 449 450 $this->get_entries(); 450 451 $this->process_categories(); … … 452 453 $result = $this->process_posts(); 453 454 $this->backfill_parents(); 455 wp_defer_term_counting(false); 454 456 if ( is_wp_error( $result ) ) 455 457 return $result;
Note: See TracChangeset
for help on using the changeset viewer.