Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (15 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-filesystem-ftpext.php

    r9833 r10150  
    8080            return false;
    8181        }
    82        
     82
    8383        //Set the Connection to use Passive FTP
    84         @ftp_pasv( $this->link, true ); 
    85        
     84        @ftp_pasv( $this->link, true );
     85
    8686        return true;
    8787    }
Note: See TracChangeset for help on using the changeset viewer.