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