Ticket #7597: 7597.01.patch
File 7597.01.patch, 674 bytes (added by , 7 years ago) |
---|
-
src/bp-members/bp-members-functions.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
2047 2047 ); 2048 2048 2049 2049 // Notify the site admin of a new user registration. 2050 wp_new_user_notification( $user_id ); 2050 if ( apply_filters( 'bp_sent_notification_to_admin_on_user_registration', true) ) 2051 wp_new_user_notification( $user_id ); 2051 2052 2052 2053 if ( isset( $user_already_created ) ) { 2053 2054