Changeset 32990 for trunk/src/wp-admin/includes/class-ftp-sockets.php
- Timestamp:
- 06/28/2015 03:26:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp-sockets.php
r26868 r32990 28 28 class ftp extends ftp_base { 29 29 30 function __construct($verb=FALSE, $le=FALSE) { 31 parent::__construct(true, $verb, $le); 32 } 33 30 34 function ftp($verb=FALSE, $le=FALSE) { 31 35 $this->__construct($verb, $le); 32 }33 34 function __construct($verb=FALSE, $le=FALSE) {35 parent::__construct(true, $verb, $le);36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.