Ticket #4700: 4700.diff
| File 4700.diff, 480 bytes (added by Nazgul, 6 years ago) |
|---|
-
wp-includes/class-phpmailer.php
457 457 * @return bool 458 458 */ 459 459 function SmtpSend($header, $body) { 460 include_once($this->PluginDir . "class .smtp.php");460 include_once($this->PluginDir . "class-smtp.php"); 461 461 $error = ""; 462 462 $bad_rcpt = array(); 463 463
