Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6607 r6726  
    382382                        $AtomParser->parse( $entry );
    383383                        $result = $this->import_post($AtomParser->entry);
    384                         if ( is_wp_error( $result ) ) 
     384                        if ( is_wp_error( $result ) )
    385385                            return $result;
    386386                        unset($AtomParser);
     
    521521
    522522            $post_id = wp_insert_post($post);
    523             if ( is_wp_error( $post_id ) ) 
     523            if ( is_wp_error( $post_id ) )
    524524                return $post_id;
    525525
Note: See TracChangeset for help on using the changeset viewer.