3584 | | 'name' => ! $this->nav_item_name ? $this->name : $this->nav_item_name, |
3585 | | 'slug' => $this->slug, |
3586 | | 'parent_slug' => bp_get_current_group_slug(), |
3587 | | 'parent_url' => $group_permalink, |
3588 | | 'position' => $this->nav_item_position, |
3589 | | 'item_css_id' => 'nav-' . $this->slug, |
3590 | | 'screen_function' => array( &$this, '_display_hook' ), |
3591 | | 'user_has_access' => $user_can_see_nav_item, |
3592 | | 'no_access_url' => $group_permalink, |
| 3585 | 'name' => ! $this->nav_item_name ? $this->name : $this->nav_item_name, |
| 3586 | 'slug' => $this->slug, |
| 3587 | 'parent_slug' => bp_get_current_group_slug(), |
| 3588 | 'parent_url' => $group_permalink, |
| 3589 | 'position' => $this->nav_item_position, |
| 3590 | 'item_css_id' => 'nav-' . $this->slug, |
| 3591 | 'screen_function' => array( &$this, '_display_hook' ), |
| 3592 | 'user_has_access' => $user_can_visit, |
| 3593 | 'user_can_see_nav_item' => $user_can_see_nav_item, |
| 3594 | 'no_access_url' => $group_permalink, |