Changeset 38380 for trunk/src/wp-admin/includes/class-ftp-pure.php
- Timestamp:
- 08/26/2016 06:46:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp-pure.php
r34281 r38380 26 26 * @license LGPL http://www.opensource.org/licenses/lgpl-license.html 27 27 */ 28 class ftp extends ftp_base {28 class ftp_pure extends ftp_base { 29 29 30 30 function __construct($verb=FALSE, $le=FALSE) { 31 31 parent::__construct(false, $verb, $le); 32 }33 34 function ftp($verb=FALSE, $le=FALSE) {35 $this->__construct($verb, $le);36 32 } 37 33
Note: See TracChangeset
for help on using the changeset viewer.