Changeset 9833
- Timestamp:
- 11/21/2008 05:59:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r8990 r9833 80 80 return false; 81 81 } 82 82 83 //Set the Connection to use Passive FTP 84 @ftp_pasv( $this->link, true ); 85 83 86 return true; 84 87 }
Note: See TracChangeset
for help on using the changeset viewer.