Changeset 9315 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 01/08/2015 09:43:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r9308 r9315 671 671 // and the current user is logged in. In this case we send to 672 672 // the members directory to avoid redirect loops 673 } else 673 } elseif ( bp_is_register_page() && 'register' == $front_page_component && is_user_logged_in() ) { 674 674 $bp->canonical_stack['canonical_url'] = apply_filters( 'bp_loggedin_register_page_redirect_to', trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ) ); 675 675 }
Note: See TracChangeset
for help on using the changeset viewer.