Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (15 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

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

    r13769 r13830  
    564564        $num_comments = 0;
    565565        $inserted_comments = array();
    566         if ( $comments) { 
     566        if ( $comments) {
    567567            foreach ($comments as $comment) {
    568568                $comment_id = $this->get_tag( $comment, 'wp:comment_id');
     
    675675    }
    676676
    677     function fetch_remote_file( $post, $url ) { 
     677    function fetch_remote_file( $post, $url ) {
    678678        add_filter( 'http_request_timeout', array( &$this, 'bump_request_timeout' ) );
    679679
Note: See TracChangeset for help on using the changeset viewer.