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