Changeset 24530 for trunk/wp-includes/pluggable.php
- Timestamp:
- 06/29/2013 11:03:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r24461 r24530 449 449 // Send! 450 450 try { 451 $phpmailer->Send();451 return $phpmailer->Send(); 452 452 } catch ( phpmailerException $e ) { 453 453 return false; 454 454 } 455 456 return true;457 455 } 458 456 endif;
Note: See TracChangeset
for help on using the changeset viewer.