Skip to:
Content

BuddyPress.org

Ticket #7597: 7597.01.patch

File 7597.01.patch, 674 bytes (added by antonioeatgoat, 7 years ago)

Sorry for the previous file, this is the right one

  • src/bp-members/bp-members-functions.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    20472047                );
    20482048
    20492049                // 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 );
    20512052
    20522053                if ( isset( $user_already_created ) ) {
    20532054