- Timestamp:
- 08/25/2021 08:13:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r13092 r13093 272 272 'id' => 'my-account-' . $this->id . '-friendships', 273 273 'title' => _x( 'Friendships', 'My Account Friends menu sub nav', 'buddypress' ), 274 'href' => $friends_link,274 'href' => trailingslashit( $friends_link . 'my-friends' ), 275 275 'position' => 10, 276 276 );
Note: See TracChangeset
for help on using the changeset viewer.