Changeset 18964 for trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
- Timestamp:
- 10/13/2011 10:43:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r18632 r18964 248 248 } 249 249 function mkdir($path, $chmod = false, $chown = false, $chgrp = false) { 250 $path = untrailingslashit($path); 251 if ( empty($path) ) 252 return false; 253 250 254 if ( !@ftp_mkdir($this->link, $path) ) 251 255 return false;
Note: See TracChangeset
for help on using the changeset viewer.