Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php

    r28500 r29206  
    233233        $list = $this->ftp->nlist( $file );
    234234        return !empty( $list ); //empty list = no file, so invert.
    235         // return $this->ftp->is_exists($file); has issues with ABOR+426 responses on the ncFTPd server
     235        // Return $this->ftp->is_exists($file); has issues with ABOR+426 responses on the ncFTPd server.
    236236    }
    237237
Note: See TracChangeset for help on using the changeset viewer.