- Timestamp:
- 01/05/2017 08:09:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r39655 r39691 479 479 // Send! 480 480 try { 481 return $phpmailer-> Send();481 return $phpmailer->send(); 482 482 } catch ( phpmailerException $e ) { 483 483
Note: See TracChangeset
for help on using the changeset viewer.