Ticket #18926: 18926.2.diff
File 18926.2.diff, 658 bytes (added by , 12 years ago) |
---|
-
wp-includes/pluggable.php
Property changes on: . ___________________________________________________________________ Added: svn:ignore + .wp-config.php.swp
433 433 try { 434 434 $phpmailer->Send(); 435 435 } catch ( phpmailerException $e ) { 436 if ( WP_DEBUG ) 437 error_log( sprintf('Cannot send mail. Subject: %s -- Error: %s', $subject, $e->getCode(), $e->getMessage() ) ); 438 do_action( 'wp_mail_fail', new WP_Error( $e->getCode(), $e->getMessage() ) ); 436 439 return false; 437 440 } 438 441