Changeset 3749 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 04/22/2006 02:10:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r3517 r3749 38 38 echo '<ol>'; 39 39 foreach ($posts as $post) { 40 flush();41 40 preg_match('|<subject>(.*?)</subject>|is', $post, $post_title); 42 41 $post_title = $wpdb->escape(trim($post_title[1])); … … 119 118 } 120 119 echo '</li>'; 121 flush();122 ob_flush();123 120 } 124 121 echo '</ol>';
Note: See TracChangeset
for help on using the changeset viewer.