diff --git a/wp-admin/export.php b/wp-admin/export.php index 18a941ffb..27fbe523b 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -188,6 +188,8 @@ print '\n"; in_the_loop = true; // Fake being in the loop. // fetch 20 posts at a time rather than loading the entire table into memory while ( $next_posts = array_splice($post_ids, 0, 20) ) { $where = "WHERE ID IN (".join(',', $next_posts).")";