Ticket #19677: 19677.diff
| File 19677.diff, 566 bytes (added by , 14 years ago) |
|---|
-
wp-includes/class-phpmailer.php
757 757 * @return bool 758 758 */ 759 759 protected function SmtpSend($header, $body) { 760 require_once $this->PluginDir . 'class .smtp.php';760 require_once $this->PluginDir . 'class-smtp.php'; 761 761 $bad_rcpt = array(); 762 762 763 763 if(!$this->SmtpConnect()) { … … 2470 2470 return $errorMsg; 2471 2471 } 2472 2472 } 2473 ?> 2473 ?> 2474 No newline at end of file