Make WordPress Core


Ignore:
Timestamp:
04/22/2006 02:10:42 AM (19 years ago)
Author:
ryan
Message:

Remove those naughty flushes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/livejournal.php

    r3517 r3749  
    3838        echo '<ol>';
    3939        foreach ($posts as $post) {
    40             flush();
    4140            preg_match('|<subject>(.*?)</subject>|is', $post, $post_title);
    4241            $post_title = $wpdb->escape(trim($post_title[1]));
     
    119118            }
    120119            echo '</li>';
    121             flush();
    122             ob_flush();
    123120        }
    124121        echo '</ol>';
Note: See TracChangeset for help on using the changeset viewer.