Changeset 3982 for trunk/bp-activity/bp-activity-actions.php
- Timestamp:
- 02/01/2011 07:46:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r3917 r3982 29 29 // Redirect to root if activity does not exist 30 30 if ( !$activity = $activity['activities'][0] ) 31 bp_core_redirect( $bp->root_domain);31 bp_core_redirect( bp_get_root_domain() ); 32 32 33 33 // Do not redirect at default … … 57 57 // Allow redirect to be filtered 58 58 if ( !$redirect = apply_filters( 'bp_activity_permalink_redirect_url', $redirect, &$activity ) ) 59 bp_core_redirect( $bp->root_domain);59 bp_core_redirect( bp_get_root_domain() ); 60 60 61 61 // Redirect to the actual activity permalink page
Note: See TracChangeset
for help on using the changeset viewer.