- Timestamp:
- 08/25/2021 08:13:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r13087 r13093 640 640 'id' => 'my-account-' . $this->id . '-public', 641 641 'title' => _x( 'View', 'My Account Profile sub nav', 'buddypress' ), 642 'href' => $profile_link,642 'href' => trailingslashit( $profile_link . 'public' ), 643 643 'position' => 10 644 644 );
Note: See TracChangeset
for help on using the changeset viewer.