Changeset 6130
- Timestamp:
- 09/18/07 18:01:47 (1 year ago)
- Files:
-
- trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/export.php
r6077 r6130 189 189 <?php do_action('rss2_head'); ?> 190 190 <?php if ($post_ids) { 191 global $wp_query; 192 $wp_query->in_the_loop = true; // Fake being in the loop. 191 193 // fetch 20 posts at a time rather than loading the entire table into memory 192 194 while ( $next_posts = array_splice($post_ids, 0, 20) ) {
