- Timestamp:
- 04/04/2023 01:06:03 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r13441 r13446 870 870 $current_group = groups_get_group( $this->group_id ); 871 871 872 $no_access_args['message'] = __( 'You do not have access to this content.', 'buddypress' ); 873 $no_access_args['root'] = bp_get_group_permalink( $current_group ) . 'home/'; 872 $no_access_args['message'] = __( 'You do not have access to this content.', 'buddypress' ); 873 $no_access_args['root'] = bp_get_group_url( 874 $current_group, 875 bp_groups_get_path_chunks( array( 'home' ) ) 876 ); 874 877 $no_access_args['redirect'] = false; 875 878 }
Note: See TracChangeset
for help on using the changeset viewer.