Changeset 10597 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 02/16/2016 02:17:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r10567 r10597 465 465 ), 466 466 ); 467 bp_send_email( 'core-user-registration-with-blog', $user_email, $args );467 bp_send_email( 'core-user-registration-with-blog', array( array( $user_email => $user ) ), $args ); 468 468 469 469 // Return false to stop the original WPMU function from continuing. … … 520 520 ), 521 521 ); 522 bp_send_email( 'core-user-registration', $user_email, $args );522 bp_send_email( 'core-user-registration', array( array( $user_email => $user ) ), $args ); 523 523 524 524 // Return false to stop the original WPMU function from continuing.
Note: See TracChangeset
for help on using the changeset viewer.