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/textpattern.php

    r6472 r6726  
    647647            case 3 :
    648648                $result = $this->import_posts();
    649                 if ( is_wp_error( $result ) ) 
     649                if ( is_wp_error( $result ) )
    650650                    echo $result->get_error_message();
    651651                break;
Note: See TracChangeset for help on using the changeset viewer.