buddypress/bp-themes/bp-default/members
Boone B Gorges ca6cd5ca61 Show member Profile subnav for all users, not just when viewing one's own profile
The logic for hiding others' Profile subnavs comes from the fact that, as a
rule, the only subnav item available when viewing another person's profile is
View/Public. But this causes problems when plugins or themes try to add
additional tabs to user Profiles.

By removing the bp_is_my_profile() check hardcoded in the template, we rely on
the bp_core_new_subnav_item() logic in setup_nav() to do the necessary access
control (which it was already doing).

Fixes #5039

Props r-a-y

git-svn-id: https://buddypress.svn.wordpress.org/trunk@7211 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-06-13 01:14:54 +00:00
..
single Show member Profile subnav for all users, not just when viewing one's own profile 2013-06-13 01:14:54 +00:00
index.php Introduces bp_before_directory_members_tabs action hook 2013-05-28 03:02:42 +00:00
members-loop.php Cleans up use of bp_create_excerpt(). Fixes #3503. Props r-a-y 2011-08-24 19:18:57 +00:00