Ticket #1760: 1760.001.diff
File 1760.001.diff, 479 bytes (added by , 15 years ago) |
---|
-
bp-groups/bp-groups-notifications.php
211 211 $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link ); 212 212 213 213 // Send it 214 var_dump( $to, $subject, $message ); die;215 214 wp_mail( $to, $subject, $message ); 216 215 } 217 216 }