Changeset 13437 for trunk/src/bp-groups/actions/random.php
- Timestamp:
- 03/18/2023 09:42:31 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/actions/random.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/actions/random.php
r11923 r13437 18 18 $group = BP_Groups_Group::get_random( 1, 1 ); 19 19 20 bp_core_redirect( trailingslashit( bp_get_groups_directory_permalink() . $group['groups'][0]->slug) );20 bp_core_redirect( bp_get_group_url( $group['groups'][0] ) ); 21 21 } 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.