Changeset 4314 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 04/30/2011 02:50:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r4281 r4314 134 134 'parent_slug' => $this->slug, 135 135 'screen_function' => 'xprofile_screen_display_profile', 136 'user_has_access' => bp_is_my_profile(), 136 137 'position' => 10 137 138 ); … … 144 145 'parent_slug' => $this->slug, 145 146 'screen_function' => 'xprofile_screen_edit_profile', 147 'user_has_access' => bp_is_my_profile(), 146 148 'position' => 20 147 149 ); … … 154 156 'parent_slug' => $this->slug, 155 157 'screen_function' => 'xprofile_screen_change_avatar', 158 'user_has_access' => bp_is_my_profile(), 156 159 'position' => 30 157 160 );
Note: See TracChangeset
for help on using the changeset viewer.