Changeset 10635
- Timestamp:
- 03/05/2016 08:57:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-phpmailer.php
r10490 r10635 125 125 do_action( 'bp_phpmailer_init', $phpmailer ); 126 126 127 /** This filter is documented in wp-includes/pluggable.php */ 128 do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) ); 129 127 130 try { 128 131 return $phpmailer->Send();
Note: See TracChangeset
for help on using the changeset viewer.