- Timestamp:
- 05/16/2017 03:43:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r11366 r11551 944 944 945 945 $current_group = groups_get_current_group(); 946 $admin_link = trailingslashit( bp_get_group_permalink( $current_group ) . 'admin' );946 $admin_link = trailingslashit( bp_get_group_permalink( $current_group ) . 'admin' ); 947 947 948 948 $subnav_args = array( … … 950 950 'slug' => $screen['slug'], 951 951 'parent_slug' => $current_group->slug . '_manage', 952 'parent_url' => trailingslashit( bp_get_group_permalink( $current_group ) . 'admin' ),952 'parent_url' => $admin_link, 953 953 'user_has_access' => bp_is_item_admin(), 954 954 'position' => $position,
Note: See TracChangeset
for help on using the changeset viewer.