Changeset 6726 for trunk/wp-admin/import/blogger.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogger.php
r6607 r6726 382 382 $AtomParser->parse( $entry ); 383 383 $result = $this->import_post($AtomParser->entry); 384 if ( is_wp_error( $result ) ) 384 if ( is_wp_error( $result ) ) 385 385 return $result; 386 386 unset($AtomParser); … … 521 521 522 522 $post_id = wp_insert_post($post); 523 if ( is_wp_error( $post_id ) ) 523 if ( is_wp_error( $post_id ) ) 524 524 return $post_id; 525 525
Note: See TracChangeset
for help on using the changeset viewer.