Skip to:
Content

BuddyPress.org

Changeset 2532


Ignore:
Timestamp:
02/02/2010 08:33:39 AM (16 years ago)
Author:
apeatling
Message:

Fixes #1760

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-notifications.php

    r2512 r2532  
    212212
    213213                // Send it
    214                 var_dump( $to, $subject, $message ); die;
    215214                wp_mail( $to, $subject, $message );
    216215        }
Note: See TracChangeset for help on using the changeset viewer.