- 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-ftpsockets.php
r32656 r32923 450 450 $struc['name'] = preg_replace( '/(\s*->\s*.*)$/', '', $struc['name'] ); 451 451 452 // Add the Octal representation of the file permissions 453 $struc['permsn'] = $this->getnumchmodfromh( $struc['perms'] ); 454 452 455 $ret[ $struc['name'] ] = $struc; 453 456 }
Note: See TracChangeset
for help on using the changeset viewer.