Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700
git-svn-id: https://develop.svn.wordpress.org/trunk@5852 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0885f81d08
commit
d4e644f226
@ -457,7 +457,7 @@ class PHPMailer
|
|||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
function SmtpSend($header, $body) {
|
function SmtpSend($header, $body) {
|
||||||
include_once($this->PluginDir . "class.smtp.php");
|
include_once($this->PluginDir . "class-smtp.php");
|
||||||
$error = "";
|
$error = "";
|
||||||
$bad_rcpt = array();
|
$bad_rcpt = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user