Ticket #18926: pluggable.php.2.diff
File pluggable.php.2.diff, 426 bytes (added by , 12 years ago) |
---|
-
wp-includes/pluggable.php
433 433 try { 434 434 $phpmailer->Send(); 435 435 } catch ( phpmailerException $e ) { 436 return false;436 return apply_filters( 'wp_mail_send_failed', false, new WP_Error( $e->getCode(), $e->getMessage() ) ); 437 437 } 438 438 439 439 return true;