- Timestamp:
- 12/28/2016 03:51:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r38470 r39644 471 471 * @param string $path 472 472 * @param bool $recursive 473 * @return bool 473 474 */ 474 475 public function rmdir($path, $recursive = false ) { 475 $this->delete($path, $recursive);476 return $this->delete($path, $recursive); 476 477 } 477 478
Note: See TracChangeset
for help on using the changeset viewer.