Skip to:
Content

BuddyPress.org

Changeset 4089


Ignore:
Timestamp:
03/08/2011 06:52:59 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Return false if not in the activation component, in bp_members_screen_activation()

File:
1 edited

Legend:

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

    r4088 r4089  
    165165        global $bp, $wpdb;
    166166
    167         if ( bp_is_current_component( 'activate' ) )
     167        if ( !bp_is_current_component( 'activate' ) )
    168168                return false;
    169169
Note: See TracChangeset for help on using the changeset viewer.