Changeset 4646 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 07/12/2011 01:52:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r4605 r4646 147 147 is_user_logged_in() ? 148 148 bp_core_redirect( $bp->loggedin_user->domain ) : 149 bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . esc_url( bp_get_root_domain() . '/' . $bp->activity->slug. '/p/' . $bp->current_action ) ) );149 bp_core_redirect( site_url( 'wp-login.php?redirect_to=' . esc_url( bp_get_root_domain() . '/' . bp_get_activity_root_slug() . '/p/' . $bp->current_action ) ) ); 150 150 } 151 151
Note: See TracChangeset
for help on using the changeset viewer.