- Timestamp:
- 06/24/2015 04:48:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r32656 r32923 385 385 * @staticvar bool $is_windows 386 386 * @param string $line 387 * @return string387 * @return array 388 388 */ 389 389 public function parselisting($line) { … … 427 427 $b['type'] = 'f'; 428 428 $b['perms'] = $lucifer[0]; 429 $b['permsn'] = $this->getnumchmodfromh( $b['perms'] ); 429 430 $b['number'] = $lucifer[1]; 430 431 $b['owner'] = $lucifer[2];
Note: See TracChangeset
for help on using the changeset viewer.