Changeset 8161 for trunk/bp-members/bp-members-admin.php
- Timestamp:
- 03/26/2014 07:45:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-admin.php
r8152 r8161 105 105 // Capability depends on config 106 106 $this->capability = bp_core_do_network_admin() ? 'manage_network_options' : 'manage_options'; 107 107 108 108 // The Edit Profile Screen id 109 109 $this->user_page = ''; … … 315 315 316 316 <ul id="profile-nav" class="nav-tab-wrapper"> 317 <?php 317 <?php 318 318 /** 319 319 * In configs where BuddyPress is not network activated, as regular … … 763 763 $edit_action = $actions['edit']; 764 764 unset( $actions['edit'] ); 765 765 766 766 $new_edit_actions = array( 767 767 'edit' => $edit_action,
Note: See TracChangeset
for help on using the changeset viewer.