Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2010 10:57:31 PM (15 years ago)
Author:
djpaul
Message:

Removes trailing whitespace. Fixes #2965, props cnorris23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-signup.php

    r3557 r3592  
    1616
    1717    $bp->is_directory = false;
    18    
     18
    1919    if ( bp_is_component_front_page( 'register' ) && ( is_user_logged_in() || !bp_get_signup_allowed() ) )
    2020        bp_core_redirect( $bp->root_domain . '/' . $bp->members->slug );
     
    326326    if ( defined( 'BP_ACTIVATION_SLUG' ) )
    327327        $bp_component_slugs[] = BP_ACTIVATION_SLUG;
    328    
     328
    329329    // Add our slugs to the array and allow them to be filtered
    330330    $filtered_illegal_names = apply_filters( 'bp_core_illegal_usernames', array_merge( array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator' ), $bp_component_slugs ) );
     
    635635
    636636    wp_mail( $to, $subject, $message, $message_headers );
    637    
     637
    638638    do_action( 'bp_core_sent_user_validation_email', $admin_email, $subject, $message, $user_id, $user_email, $key );
    639639}
Note: See TracChangeset for help on using the changeset viewer.