Changeset 13830 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 03/26/2010 07:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r13769 r13830 564 564 $num_comments = 0; 565 565 $inserted_comments = array(); 566 if ( $comments) { 566 if ( $comments) { 567 567 foreach ($comments as $comment) { 568 568 $comment_id = $this->get_tag( $comment, 'wp:comment_id'); … … 675 675 } 676 676 677 function fetch_remote_file( $post, $url ) { 677 function fetch_remote_file( $post, $url ) { 678 678 add_filter( 'http_request_timeout', array( &$this, 'bump_request_timeout' ) ); 679 679
Note: See TracChangeset
for help on using the changeset viewer.