- Timestamp:
- 12/20/2014 08:39:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r30682 r30978 127 127 * @param string $command 128 128 * @param bool $returnbool 129 * @return bool|string 129 130 */ 130 131 public function run_command( $command, $returnbool = false) { … … 193 194 /** 194 195 * @param string $dir 195 * @return bool 196 * @return bool|string 196 197 */ 197 198 public function chdir($dir) { … … 216 217 * @param int $mode 217 218 * @param bool $recursive 218 * @return bool 219 * @return bool|string 219 220 */ 220 221 public function chmod($file, $mode = false, $recursive = false) {
Note: See TracChangeset
for help on using the changeset viewer.