Skip to:
Content

BuddyPress.org

Changeset 5107


Ignore:
Timestamp:
09/06/2011 02:29:25 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Activate and register pages do not have active components, so check for them exclusively. See #3553.

File:
1 edited

Legend:

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

    r5105 r5107  
    148148
    149149            // Skip page if component is inactive
    150             if ( !bp_is_active( $page_key ) )
     150            if ( !bp_is_active( $page_key ) && in_array( $page_key, array( 'activate', 'register') ) )
    151151                continue;
    152152
Note: See TracChangeset for help on using the changeset viewer.