Ticket #5377: import-deferred-counts-r6340.patch
| File import-deferred-counts-r6340.patch, 613 bytes (added by , 19 years ago) |
|---|
-
wordpress/wp-admin/import/wordpress.php
440 440 441 441 $this->file = get_attached_file($this->id); 442 442 $this->get_authors_from_post(); 443 wp_defer_term_counting(true); 443 444 $this->get_entries(array(&$this, 'process_post')); 444 445 $this->process_categories(); 445 446 $this->process_tags(); 446 447 $result = $this->process_posts(); 448 wp_defer_term_counting(false); 447 449 if ( is_wp_error( $result ) ) 448 450 return $result; 449 451 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)