- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r32650 r32654 18 18 public $link; 19 19 20 public function __construct($opt='') { 20 /** 21 * 22 * @param array $opt 23 */ 24 public function __construct( $opt = '' ) { 21 25 $this->method = 'ftpext'; 22 26 $this->errors = new WP_Error(); … … 59 63 } 60 64 65 /** 66 * 67 * @return bool 68 */ 61 69 public function connect() { 62 70 if ( isset($this->options['ssl']) && $this->options['ssl'] && function_exists('ftp_ssl_connect') )
Note: See TracChangeset
for help on using the changeset viewer.