mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Remove debug cruft from [33124].
see #28909. Built from https://develop.svn.wordpress.org/trunk@33142 git-svn-id: http://core.svn.wordpress.org/trunk@33113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7e51b698c6
commit
6963767a7c
wp-includes
@ -1090,7 +1090,6 @@ class PHPMailer
|
|||||||
*/
|
*/
|
||||||
public function postSend()
|
public function postSend()
|
||||||
{
|
{
|
||||||
echo 'called';
|
|
||||||
try {
|
try {
|
||||||
// Choose the mailer and send through it
|
// Choose the mailer and send through it
|
||||||
switch ($this->Mailer) {
|
switch ($this->Mailer) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user