X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/61343b82c4f0da4c68e4c6373daafff4a81efdd1..53f4633144ed68c8b8fb5861f992b5489894a940:/wp-admin/includes/class-ftp-pure.php diff --git a/wp-admin/includes/class-ftp-pure.php b/wp-admin/includes/class-ftp-pure.php index c765d553..7146c962 100644 --- a/wp-admin/includes/class-ftp-pure.php +++ b/wp-admin/includes/class-ftp-pure.php @@ -3,7 +3,7 @@ * PemFTP - A Ftp implementation in pure PHP * * @package PemFTP - * @since 2.5 + * @since 2.5.0 * * @version 1.0 * @copyright Alexey Dotsenko @@ -17,7 +17,7 @@ * * @package PemFTP * @subpackage Pure - * @since 2.5 + * @since 2.5.0 * * @version 1.0 * @copyright Alexey Dotsenko @@ -27,14 +27,14 @@ */ class ftp extends ftp_base { - function ftp($verb=FALSE, $le=FALSE) { - $this->__construct($verb, $le); - } - function __construct($verb=FALSE, $le=FALSE) { parent::__construct(false, $verb, $le); } + function ftp($verb=FALSE, $le=FALSE) { + $this->__construct($verb, $le); + } + // // //