- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r11934 r12268 83 83 //Set the Connection to use Passive FTP 84 84 @ftp_pasv( $this->link, true ); 85 if ( @ftp_get_option($this->link, FTP_TIMEOUT_SEC) < F TP_TIMEOUT )86 @ftp_set_option($this->link, FTP_TIMEOUT_SEC, F TP_TIMEOUT);85 if ( @ftp_get_option($this->link, FTP_TIMEOUT_SEC) < FS_TIMEOUT ) 86 @ftp_set_option($this->link, FTP_TIMEOUT_SEC, FS_TIMEOUT); 87 87 88 88 return true;
Note: See TracChangeset
for help on using the changeset viewer.