Changeset 13446 for trunk/src/bp-groups/actions/access.php
- Timestamp:
- 04/04/2023 01:06:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/actions/access.php
r13437 r13446 33 33 $no_access_args = array( 34 34 'message' => __( 'You do not have access to this group.', 'buddypress' ), 35 'root' => bp_get_group_permalink( $current_group ) . 'home/', 35 'root' => bp_get_group_url( 36 $current_group, 37 bp_groups_get_path_chunks( array( 'home' ) ) 38 ), 36 39 'redirect' => false 37 40 );
Note: See TracChangeset
for help on using the changeset viewer.