Changeset 17771 for trunk/wp-admin/includes/class-wp-filesystem-ssh2.php
- Timestamp:
- 04/29/2011 08:05:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ssh2.php
r17525 r17771 49 49 var $options = array(); 50 50 51 function WP_Filesystem_SSH2($opt='') {51 function __construct($opt='') { 52 52 $this->method = 'ssh2'; 53 53 $this->errors = new WP_Error();
Note: See TracChangeset
for help on using the changeset viewer.