Changeset 13437 for trunk/src/bp-groups/bp-groups-adminbar.php
- Timestamp:
- 03/18/2023 09:42:31 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-adminbar.php
r13395 r13437 46 46 'id' => $bp->group_admin_menu_id, 47 47 'title' => __( 'Edit Group', 'buddypress' ), 48 'href' => bp_get_group_ permalink( $bp->groups->current_group )48 'href' => bp_get_group_url( $bp->groups->current_group ) 49 49 ) ); 50 50
Note: See TracChangeset
for help on using the changeset viewer.