Changeset 17771 for trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
- Timestamp:
- 04/29/2011 08:05:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r17525 r17771 20 20 var $options = array(); 21 21 22 function WP_Filesystem_FTPext($opt='') {22 function __construct($opt='') { 23 23 $this->method = 'ftpext'; 24 24 $this->errors = new WP_Error();
Note: See TracChangeset
for help on using the changeset viewer.