]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-ftp-pure.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / includes / class-ftp-pure.php
index bb7742abec9b6b186d95a4450b49ef92af1504ab..7146c9626d6ddfa754b8c7a9fbe2307182a4d908 100644 (file)
  */
 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);
+       }
+
 // <!-- --------------------------------------------------------------------------------------- -->
 // <!--       Private functions                                                                 -->
 // <!-- --------------------------------------------------------------------------------------- -->