Changeset 7484
- Timestamp:
- 10/31/2013 04:51:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-filters.php
r7463 r7484 280 280 wp_mail( $to, $subject, $message ); 281 281 282 // Set up the $admin_email to pass to the filter 283 $admin_email = bp_get_option( 'admin_email' ); 284 282 285 do_action( 'bp_core_sent_blog_signup_email', $admin_email, $subject, $message, $domain, $path, $title, $user, $user_email, $key, $meta ); 283 286 … … 315 318 // Send the email 316 319 wp_mail( $to, $subject, $message ); 320 321 // Set up the $admin_email to pass to the filter 322 $admin_email = bp_get_option( 'admin_email' ); 317 323 318 324 do_action( 'bp_core_sent_user_signup_email', $admin_email, $subject, $message, $user, $user_email, $key, $meta );
Note: See TracChangeset
for help on using the changeset viewer.