Changeset 48090
- Timestamp:
- 06/19/2020 10:36:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r48089 r48090 696 696 } 697 697 698 // Set directory permissions. 699 ssh2_sftp_chmod( $this->sftp_link, $path, $chmod ); 700 698 701 if ( $chown ) { 699 702 $this->chown( $path, $chown );
Note: See TracChangeset
for help on using the changeset viewer.