Changeset 29969
- Timestamp:
- 10/20/2014 07:40:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r23425 r29969 505 505 } 506 506 507 function nlist($pathname="" ) {507 function nlist($pathname="", $arg="") { 508 508 return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); 509 509 }
Note: See TracChangeset
for help on using the changeset viewer.