Changeset 31215
- Timestamp:
- 01/16/2015 09:06:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r31209 r31215 173 173 /** 174 174 * @param string $file 175 * @param bool $group176 * @param bool $recursive177 */178 public function chgrp($file, $group, $recursive = false ) {179 return false;180 }181 182 /**183 * @param string $file184 175 * @param int $mode 185 176 * @param bool $recursive … … 366 357 return false; 367 358 $this->chmod($path, $chmod); 368 if ( $chown )369 $this->chown($path, $chown);370 if ( $chgrp )371 $this->chgrp($path, $chgrp);372 359 return true; 373 360 }
Note: See TracChangeset
for help on using the changeset viewer.