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