Changeset 23191 for trunk/wp-admin/includes/class-wp-filesystem-direct.php
- Timestamp:
- 12/20/2012 03:55:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-direct.php
r19712 r23191 230 230 return @rmdir($file); 231 231 232 //At this point it s a folder, and we're in recursive mode232 //At this point it's a folder, and we're in recursive mode 233 233 $file = trailingslashit($file); 234 234 $filelist = $this->dirlist($file, true);
Note: See TracChangeset
for help on using the changeset viewer.