Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700
git-svn-id: http://svn.automattic.com/wordpress/trunk@5852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa0dc110d9
commit
44df30f2d6
|
@ -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