I couldn’t find an answer to this after searching, so I’m posting.
When I click on the “My Account” Link on the Admin Bar, it goes to the same page I am currently on.
Looking at the source (http://bp-dev.org/phpxref/nav.html?bp-core/bp-core-adminbar.php.source.html), line 58 shows that My Account links to current page.
My Account should ideally point to My Profile page.
Is this a problem that has already been addressed?
Is the best way to fix this myself to create a function on bp-custom.php to replace the bp_adminbar_account_menu() function?