Changeset 6641
- Timestamp:
- 12/16/2012 02:12:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r6640 r6641 1844 1844 1845 1845 // Skip items marked as user-specific if you're not on your own profile 1846 if ( ! $nav['show_for_displayed_user'] && ! bp_ is_my_profile())1846 if ( ! $nav['show_for_displayed_user'] && ! bp_core_can_edit_settings() ) 1847 1847 continue; 1848 1848
Note: See TracChangeset
for help on using the changeset viewer.