- Timestamp:
- 10/13/2011 10:43:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r17771 r18964 268 268 269 269 function mkdir($path, $chmod = false, $chown = false, $chgrp = false ) { 270 $path = untrailingslashit($path); 271 if ( empty($path) ) 272 return false; 273 270 274 if ( ! $this->ftp->mkdir($path) ) 271 275 return false;
Note: See TracChangeset
for help on using the changeset viewer.