Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #5042, comment 1


Ignore:
Timestamp:
06/20/2013 02:14:36 PM (11 years ago)
Author:
henrywright
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5042, comment 1

    v1 v2  
    88        if ( is_user_logged_in() && bp_is_front_page() ) {
    99                wp_redirect( $bp->loggedin_user->domain );
     10                exit;
    1011        }
    1112}