Changeset 15086
- Timestamp:
- 06/01/2010 04:11:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r14120 r15086 250 250 if ( !@ftp_mkdir($this->link, $path) ) 251 251 return false; 252 $this->chmod($path );252 $this->chmod($path, $chmod); 253 253 if ( $chown ) 254 254 $this->chown($path, $chown);
Note: See TracChangeset
for help on using the changeset viewer.