Skip to:
Content

BuddyPress.org

Ticket #1760: 1760.001.diff

File 1760.001.diff, 479 bytes (added by cnorris23, 15 years ago)
  • bp-groups/bp-groups-notifications.php

     
    211211                $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );
    212212
    213213                // Send it
    214                 var_dump( $to, $subject, $message ); die;
    215214                wp_mail( $to, $subject, $message );
    216215        }
    217216}