Ticket #39405: 39405.diff
File 39405.diff, 536 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
470 470 * 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 478 479 /**