- Timestamp:
- 04/27/2021 06:59:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/members/functions.php
r12647 r12908 59 59 'slug' => 'personal', // slug is used because BP_Core_Nav requires it, but it's the scope 60 60 'li_class' => array(), 61 'link' => bp_loggedin_user_domain() . bp_ get_friends_slug() . '/my-friends/',61 'link' => bp_loggedin_user_domain() . bp_nouveau_get_component_slug( 'friends' ) . '/my-friends/', 62 62 'text' => __( 'My Friends', 'buddypress' ), 63 63 'count' => bp_get_total_friend_count( bp_loggedin_user_id() ),
Note: See TracChangeset
for help on using the changeset viewer.