Make WordPress Core

Changeset 3749


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

Remove those naughty flushes.

Location:
trunk/wp-admin
Files:
3 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>';
  • trunk/wp-admin/import/mt.php

    r3719 r3749  
    158158        echo '</ol></div>';
    159159
    160         flush();
    161160    }
    162161
     
    385384                echo "</li>";
    386385            }
    387             flush();
    388386        }
    389387
  • trunk/wp-admin/install.php

    r3670 r3749  
    134134
    135135<?php
    136 flush();
    137136
    138137$result = wp_install($weblog_title, __('admin'), $admin_email, $public);
Note: See TracChangeset for help on using the changeset viewer.