- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r8018 r8600 126 126 $temp = wp_tempnam( $file ); 127 127 if ( ! $temphandle = fopen($temp, 'w+') ){ 128 unlink($temp); 128 unlink($temp); 129 129 return false; 130 130 } … … 147 147 return $this->ftp->chdir($file); 148 148 } 149 149 150 150 function chgrp($file, $group, $recursive = false ) { 151 151 return false;
Note: See TracChangeset
for help on using the changeset viewer.