- Timestamp:
- 03/18/2023 09:42:31 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r13399 r13437 731 731 732 732 if ( $user_can_see_nav_item ) { 733 $group_permalink = bp_get_group_ permalink( groups_get_current_group() );733 $group_permalink = bp_get_group_url( groups_get_current_group() ); 734 734 735 735 bp_core_create_subnav_link( array( … … 750 750 751 751 if ( $user_can_visit ) { 752 $group_permalink = bp_get_group_ permalink( groups_get_current_group() );752 $group_permalink = bp_get_group_url( groups_get_current_group() ); 753 753 754 754 bp_core_register_subnav_screen_function( array(
Note: See TracChangeset
for help on using the changeset viewer.