diff --git a/wp-includes/class-phpmailer.php b/wp-includes/class-phpmailer.php index 60a0d7d7fa..338965ff4b 100644 --- a/wp-includes/class-phpmailer.php +++ b/wp-includes/class-phpmailer.php @@ -1090,7 +1090,6 @@ class PHPMailer */ public function postSend() { - echo 'called'; try { // Choose the mailer and send through it switch ($this->Mailer) { diff --git a/wp-includes/version.php b/wp-includes/version.php index bcf3af0949..e8bdbe662f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33141'; +$wp_version = '4.3-beta2-33142'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.