Changeset 31216
- Timestamp:
- 01/16/2015 09:09:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r31209 r31216 174 174 /** 175 175 * @param string $file 176 * @param bool $group177 * @param bool $recursive178 */179 public function chgrp($file, $group, $recursive = false ) {180 return false;181 }182 183 /**184 * @param string $file185 176 * @param int|bool $mode 186 177 * @param bool $recursive … … 376 367 $chmod = FS_CHMOD_DIR; 377 368 $this->chmod($path, $chmod); 378 if ( $chown )379 $this->chown($path, $chown);380 if ( $chgrp )381 $this->chgrp($path, $chgrp);382 369 return true; 383 370 }
Note: See TracChangeset
for help on using the changeset viewer.