Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/30/2011 09:43:40 PM (14 years ago)
Author:
djpaul
Message:

Revert all of r4314. See #3046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-loader.php

    r4314 r4321  
    134134            'parent_slug'     => $this->slug,
    135135            'screen_function' => 'xprofile_screen_display_profile',
    136             'user_has_access' =>  bp_is_my_profile(),
    137136            'position'        => 10
    138137        );
     
    145144            'parent_slug'     => $this->slug,
    146145            'screen_function' => 'xprofile_screen_edit_profile',
    147             'user_has_access' =>  bp_is_my_profile(),
    148146            'position'        => 20
    149147        );
     
    156154            'parent_slug'     => $this->slug,
    157155            'screen_function' => 'xprofile_screen_change_avatar',
    158             'user_has_access' =>  bp_is_my_profile(),
    159156            'position'        => 30
    160157        );
Note: See TracChangeset for help on using the changeset viewer.